clang-1/test
John McCall 1e12b3d777 Recognize GNU attributes after 'enum class'. Fixes the libc++ build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159089 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-23 22:30:04 +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 Implement initial static analysis inlining support for C++ methods. 2012-06-22 23:55:50 +00:00
CXX Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned 2012-06-19 21:28:35 +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 [Windows] Fix mangling of repeated types in the presence of bool and function pointers PR13176,PR13177 2012-06-23 00:54:17 +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 Enable -Wnull-conversion for non-integral target types (eg: double). 2012-06-19 21:19:06 +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 Minor improvements to some C99 variadic-macro-related diagnostics. 2012-06-22 23:59:08 +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 Recognize GNU attributes after 'enum class'. Fixes the libc++ build. 2012-06-23 22:30:04 +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 Add triple to test/Sema/attr-tls_model.c 2012-06-23 13:16:37 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Minor improvements to some C99 variadic-macro-related diagnostics. 2012-06-22 23:59:08 +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 Show fixit for unqualified calls to methods of dependent bases 2012-06-22 16:39:39 +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 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