diff options
author | Pavel Labath <labath@google.com> | 2013-08-09 07:46:29 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2013-08-09 07:46:29 +0000 |
commit | 375e18e32c01899086632f1a5b019e714a80daa0 (patch) | |
tree | 5ffdc456ebf6a1064ffb1842558632483b6dcbb3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e620366aa3394e6d0e1103f1cb4f2dfd2a412380 (diff) | |
download | bcm5719-llvm-375e18e32c01899086632f1a5b019e714a80daa0.tar.gz bcm5719-llvm-375e18e32c01899086632f1a5b019e714a80daa0.zip |
[analyzer] Enable usage of temporaries in InitListExprs
Summary:
ExprEngine had code which specificaly disabled using CXXTempObjectRegions in
InitListExprs. This was a hack put in r168757 to silence a false positive.
The underlying problem seems to have been fixed in the mean time, as removing
this code doesn't seem to break anything. Therefore I propose to remove it and
solve PR16629 in the process.
Reviewers: jordan_rose
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1325
llvm-svn: 188059
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions