aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-05-01 08:27:43 +0000
committerBill Wendling <isanbard@gmail.com>2012-05-01 08:27:43 +0000
commitb12f16e75ff8cb213bed9b48facd51aae5ebff73 (patch)
tree6a0b763188cd9c2cca88a9b26bf6242fe41b856b /clang/lib/Frontend/CompilerInvocation.cpp
parenteb590aa9560b383823b4d992a1f03638a5246704 (diff)
downloadllvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.zip
llvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.tar.gz
llvm-b12f16e75ff8cb213bed9b48facd51aae5ebff73.tar.bz2
Change the PassManager from a reference to a pointer.
The TargetPassManager's default constructor wants to initialize the PassManager to 'null'. But it's illegal to bind a null reference to a null l-value. Make the ivar a pointer instead. PR12468 llvm-svn: 155902
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions