llvm-project/clang/test
DeLesley Hutchins 3a8d6cff14 Thread safety analysis: improve handling of smart pointers.
llvm-svn: 159679
2012-07-03 19:47:18 +00:00
..
ARCMT [objcmt] Have the modern objc migration warning change from: 2012-06-20 01:28:32 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. 2012-07-02 22:21:47 +00:00
CXX From Philippe Canal: 2012-06-29 07:30:33 +00:00
CodeCompletion Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +00:00
CodeGen Make the following changes in the way Mips handles vector arguments and return 2012-07-03 19:24:06 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. 2012-07-02 21:05:30 +00:00
CodeGenObjC objective-c IRGen: fixes a crash when method type is being mangled 2012-06-29 22:54:56 +00:00
CodeGenObjCXX block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
CodeGenOpenCL Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
Coverage Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00
Driver test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test! 2012-07-02 23:11:27 +00:00
FixIt Extend the "expected ';' after struct" logic to also apply to enums, and to 2012-06-25 21:37:02 +00:00
Frontend Remove absolute path form include test. 2012-06-14 19:55:56 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index [libclang] Introduce clang_Cursor_isDynamicCall which, 2012-07-02 23:54:36 +00:00
Lexer Fix the location of the fixit for -Wnewline-eof. 2012-06-19 03:09:38 +00:00
Misc Add a warning flag for "'extern' variable has an initializer". 2012-07-02 21:58:14 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH [PCH] Make sure that all newly introduced visible decls in a DeclContext 2012-07-02 19:19:01 +00:00
Parser A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. 2012-07-02 19:14:01 +00:00
Preprocessor Add additional architecture defines for PPC targets. 2012-07-03 16:51:04 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. 2012-07-03 02:03:06 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Thread safety analysis: improve handling of smart pointers. 2012-07-03 19:47:18 +00:00
SemaObjC objective-c: just as we have done for method definitions, 2012-07-02 23:37:09 +00:00
SemaObjCXX Teach the __is_trivially_assignable and __is_trivially_constructible 2012-06-29 00:49:17 +00:00
SemaOpenCL Extend the support for cl-std to include 1.2. 2012-06-19 23:09:52 +00:00
SemaTemplate Make explicit specializations at class scope work 2012-06-25 17:21:05 +00:00
Tooling clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility. 2012-05-23 22:24:33 +00:00
Unit
CMakeLists.txt Extend a workaround for a CMake bug in LLVM's r159593 to apply to 2012-07-02 21:46:03 +00:00
Makefile
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
make_test_dirs.pl