llvm-project/clang/test
Fariborz Jahanian 8be1ecd615 Obj-C++11 parser: handle a fall out of delayed
c-function parsing when a declaration with
C++0x braced-init-list is inside an @implementation.

llvm-svn: 159693
2012-07-03 23:22:13 +00:00
..
ARCMT objective-c: Refactor parse/sema portion of 2012-07-03 22:00:52 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] For now, don't inline non-static member overloaded operators. 2012-07-03 22:55:57 +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 Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +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 Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +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 Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +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 Obj-C++11 parser: handle a fall out of delayed 2012-07-03 23:22:13 +00:00
SemaObjCXX Obj-C++11 parser: handle a fall out of delayed 2012-07-03 23:22:13 +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