llvm-project/clang/test
Douglas Gregor 3f568c100e Patch for handling C99 veriadic macros when using precompiled headers,
from Filipe Cabecinhas!

llvm-svn: 159446
2012-06-29 18:27:59 +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] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. 2012-06-29 00:33:10 +00:00
CXX From Philippe Canal: 2012-06-29 07:30:33 +00:00
CodeCompletion [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. 2012-06-15 18:19:56 +00:00
CodeGen Update based on move of DIBuilder.h to include/llvm. 2012-06-29 08:32:29 +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 Disable devirtualization when we have covariant returns. I will open a bug 2012-06-28 15:11:39 +00:00
CodeGenObjC block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +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 [driver] Make -serialize-diagnostics (one dash) and alias for 2012-06-26 16:57:41 +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 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. 2012-06-28 01:38:21 +00:00
Lexer Fix the location of the fixit for -Wnewline-eof. 2012-06-19 03:09:38 +00:00
Misc clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has some terminal emulation of escape sequences. 2012-06-29 14:14:25 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH Patch for handling C99 veriadic macros when using precompiled headers, 2012-06-29 18:27:59 +00:00
Parser Support the use of "=delete" and "=default" with delayed template 2012-06-28 21:43:01 +00:00
Preprocessor preprocessing: gcc supports #line 0. So, treat this 2012-06-26 21:19:20 +00:00
Rewriter objective-c modern translator: Translation into objc_msgSend_stret 2012-06-29 18:27:08 +00:00
Sema Warn on self-assignment to member variables. PR13104. 2012-06-28 23:53:12 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Avoid redundant error when redefining a function as deleted. 2012-06-29 18:00:25 +00:00
SemaObjC Warn on self-assignment to member variables. PR13104. 2012-06-28 23:53:12 +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 Switch Clang's CMake lit.site.cfg generation over to use the common 2012-06-29 00:39:23 +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