llvm-project/clang/test
Nico Weber 606cef46e3 Give L__FUNCTION__ the right type in templates. PR13206.
llvm-svn: 159171
2012-06-25 22:34:48 +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] Be careful about implicitly-declared operator new/delete. (PR13090) 2012-06-25 20:48:28 +00:00
CXX PR12937: Explicitly deleting an explicit template specialization. 2012-06-25 21:55:30 +00:00
CodeCompletion [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. 2012-06-15 18:19:56 +00:00
CodeGen Support the tls_model attribute (PR9788) 2012-06-23 11:51:46 +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 Add tests that I wrote for r159060 but forgot to `svn add`. 2012-06-25 22:30:41 +00:00
CodeGenObjC Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00
CodeGenObjCXX Restructure how the driver communicates information about the 2012-06-20 06:18:46 +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 Less restrictive check in unit test for unsupported debug info options 2012-06-21 13:30:54 +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 Handle include directive with comments. It turns out that in this case comments are not coming in source order. Instead of trying to std::sort() comments (which can be costly), just remove comments that are not in order. 2012-06-21 22:04:37 +00:00
Lexer Fix the location of the fixit for -Wnewline-eof. 2012-06-19 03:09:38 +00:00
Misc [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH Add the PCH file name to the message about not being able to read the PCH. 2012-06-20 00:36:03 +00:00
Parser Extend the "expected ';' after struct" logic to also apply to enums, and to 2012-06-25 21:37:02 +00:00
Preprocessor Minor improvements to some C99 variadic-macro-related diagnostics. 2012-06-22 23:59:08 +00:00
Rewriter Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00
Sema Give L__FUNCTION__ the right type in templates. PR13206. 2012-06-25 22:34:48 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX PR12937: Explicitly deleting an explicit template specialization. 2012-06-25 21:55:30 +00:00
SemaObjC objective-c: issue deprecation/unavailability warnings for methods called on 2012-06-23 18:39:57 +00:00
SemaObjCXX objective-c: improve diagnostic when collection expression is 2012-06-22 15:37:00 +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 Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +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