llvm-project/clang/test
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
..
ARCMT ObjectiveC migrator: tighten rule about when to 2013-08-08 21:20:01 +00:00
ASTMerge Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
Analysis [analyzer] Enable usage of temporaries in InitListExprs 2013-08-09 07:46:29 +00:00
CXX Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
CodeCompletion
CodeGen Fix alignof computation of large arrays on x86_64. 2013-08-08 19:53:46 +00:00
CodeGenCUDA
CodeGenCXX Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" 2013-08-09 05:56:24 +00:00
CodeGenObjC Fix test for Release builds. 2013-07-26 02:04:44 +00:00
CodeGenObjCXX Compute 'this' correctly for block in lambda. 2013-07-12 22:05:26 +00:00
CodeGenOpenCL
Coverage
Driver clang-cl: Support /showIncludes 2013-08-09 00:32:23 +00:00
FixIt Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
Format Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. 2013-07-18 22:54:56 +00:00
Frontend clang-cl: Support /showIncludes 2013-08-09 00:32:23 +00:00
Headers CC1: Only parse command-line options that have the CC1Option flag. 2013-08-02 20:16:22 +00:00
Index [PCH] Fix a PCH serialization crash, with invalid code related to forward enum references. 2013-08-07 21:17:33 +00:00
Lexer Partially revert r186903. 2013-07-26 00:06:45 +00:00
Misc Partially revert r186903. 2013-07-26 00:06:45 +00:00
Modules When merging redeclaration chains across modules, if a declaration is visible 2013-08-02 01:09:12 +00:00
OpenMP OpenMP: basic support for #pragma omp parallel 2013-07-19 03:13:43 +00:00
PCH PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
Parser Parse: Don't consider attributes of broken member declarators 2013-08-01 04:22:55 +00:00
Preprocessor AArch64: initial NEON support 2013-08-01 09:23:19 +00:00
Rewriter Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Sema Fix alignof computation of large arrays on x86_64. 2013-08-08 19:53:46 +00:00
SemaCUDA
SemaCXX Fix alignof computation of large arrays on x86_64. 2013-08-08 19:53:46 +00:00
SemaObjC Implement C++'s restrictions on the type of an expression passed to a vararg 2013-08-05 18:49:43 +00:00
SemaObjCXX FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations 2013-07-19 23:00:19 +00:00
SemaOpenCL Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. 2013-07-23 19:30:11 +00:00
SemaTemplate Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... 2013-08-06 01:03:05 +00:00
TableGen
Tooling Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Unit [tests] Avoid deprecated except syntax. 2013-08-09 00:44:59 +00:00
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg [tests] Make string encoding issues explicit. 2013-08-09 00:45:18 +00:00
lit.site.cfg.in [tests] Avoid deprecated except syntax. 2013-08-09 00:44:59 +00:00
make_test_dirs.pl