Go to file
Pavel Labath 375e18e32c [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
2013-08-09 07:46:29 +00:00
clang [analyzer] Enable usage of temporaries in InitListExprs 2013-08-09 07:46:29 +00:00
clang-tools-extra Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it. 2013-08-09 00:22:20 +00:00
compiler-rt [sanitizer] Limit scandir interceptor to Linux. 2013-08-08 14:04:36 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests 2013-08-08 21:52:50 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Create __ImageBase symbol. 2013-08-09 04:44:15 +00:00
lldb Ensure that we don't build LLVM with a dependency 2013-08-08 21:30:51 +00:00
llvm Try to unbreak Windows build after r188022 2013-08-09 07:34:06 +00:00
polly PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL. 2013-08-08 13:55:45 +00:00