llvm-project/clang/test
Anna Zaks 51244c22be [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).
Along with it, fix a couple of other corner cases and add more tests.

llvm-svn: 154866
2012-04-16 21:51:09 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). 2012-04-16 21:51:09 +00:00
CXX Implement the last part of C++ [class.mem]p2, delaying the parsing of 2012-04-16 18:27:27 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen Remove support for -fast-math metadata for the moment. 2012-04-16 19:40:49 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Revert r154749 for now at John McCall's request. 2012-04-16 18:46:26 +00:00
CodeGenObjC The copy and destroy helper functions aren't prototyped, don't call them 2012-04-12 00:35:04 +00:00
CodeGenObjCXX Fix a Sema invariant bug that I recently introduced involving 2012-04-06 18:20:53 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Pass -march, -mcpu, -mfpu to linuxtools assembler. 2012-04-10 09:05:40 +00:00
FixIt Implement support for null non-type template arguments for non-type 2012-04-06 22:40:38 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Index [libclang] Spelling range for a objc category should the category name range, not the class one. 2012-04-16 20:01:28 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc Remove the -cc1-level option "-pubnames-dump". Such things should stay 2012-04-13 16:03:00 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +00:00
Parser The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. 2012-04-16 04:08:35 +00:00
Preprocessor Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Rewriter objective-c modern translator: buildit objc bool 2012-04-16 21:03:30 +00:00
Sema Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. 2012-04-16 19:23:57 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Implement the last part of C++ [class.mem]p2, delaying the parsing of 2012-04-16 18:27:27 +00:00
SemaObjC objective-c modern translator: buildit objc bool 2012-04-16 21:03:30 +00:00
SemaObjCXX objective-c modern translator: buildit objc bool 2012-04-16 21:03:30 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Enable warn_impcast_literal_float_to_integer by default. 2012-04-05 00:16:44 +00:00
Tooling Fix quoting to allow shell expansion to occur for shell variables 2012-04-10 22:27:27 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl