llvm-project/clang/test
David Blaikie af64e141d3 Add test for PR12938, fixed by Richard Smith in r172691
llvm-svn: 172697
2013-01-17 02:43:00 +00:00
..
ARCMT [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Add an annotation to allow suppression of direct ivar 2013-01-16 01:36:00 +00:00
CXX Add test for PR12938, fixed by Richard Smith in r172691 2013-01-17 02:43:00 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Fix recent test for more diverse environments. 2013-01-16 20:35:54 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
CodeGenObjC objC block layout: Patch reorders block layout to 2013-01-17 00:25:06 +00:00
CodeGenObjCXX objC block layout: Patch reorders block layout to 2013-01-17 00:25:06 +00:00
CodeGenOpenCL r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modified 2013-01-10 10:42:08 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Fix uninitialized bool flag access in SanitizerArgs parser 2013-01-16 11:34:36 +00:00
FixIt Add fixit hints for misplaced C++11 attributes around class specifiers. 2013-01-07 16:57:11 +00:00
Frontend [driver] Warnings for warning options are handled by the frontend. The driver needs to process the 2013-01-15 01:21:53 +00:00
Headers [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. 2012-10-31 20:20:04 +00:00
Index comment parsing: when property accessors don't have comment 2013-01-12 00:28:34 +00:00
Lexer Add raw string literal versus C preprocessor test, suggested by James Dennett. 2013-01-16 21:43:09 +00:00
Misc Suppress all -Wunused-value warnings from macro body expansions. 2013-01-17 02:06:08 +00:00
Modules Add a comment for Daniel 2013-01-17 01:58:31 +00:00
OpenMP Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! 2013-01-15 06:45:29 +00:00
PCH [PCH/Modules] Change how macro [re]definitions are de/serialized. 2013-01-16 16:19:38 +00:00
Parser Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
Preprocessor Suppress all -Wunused-value warnings from macro body expansions. 2013-01-17 02:06:08 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Suppress all -Wunused-value warnings from macro body expansions. 2013-01-17 02:06:08 +00:00
SemaCUDA
SemaCXX Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on 2013-01-17 01:17:56 +00:00
SemaObjC One can have an unavailable method overridden by an available method, 2013-01-16 00:54:48 +00:00
SemaObjCXX put back diagnostics when flexible members are captured 2013-01-09 00:09:15 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate Apply adjustment to function- and array-typed non-type template 2013-01-16 00:52:15 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Implement Attr dumping for -ast-dump. 2013-01-07 17:53:08 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
lit.site.cfg.in
make_test_dirs.pl