llvm-project/clang/test
NAKAMURA Takumi eec53e4069 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds.
I suspect FileCheck might match assertion failure, even if clang/test/Misc/warning-flags.c passed the test.

> 0. Program arguments: bin/./clang -### -pedantic -Wpedantic clang/test/Driver/warning-options.cpp

llvm-svn: 159886
2012-07-07 02:48:02 +00:00
..
ARCMT [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors 2012-07-06 00:07:09 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Fix mis-committed test. No functionality change. 2012-07-06 22:10:39 +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 clang/test/CodeGen/fp-contract.c: It requires ppc32! 2012-07-06 11:11:27 +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 PR13273: When performing list-initialization with an empty initializer list, 2012-07-05 08:39:21 +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 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. 2012-07-07 02:48:02 +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 Restrict the set of declaration kinds for which we allow trailing comments. 2012-07-06 23:27:33 +00:00
Lexer Fix the location of the fixit for -Wnewline-eof. 2012-06-19 03:09:38 +00:00
Misc Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. 2012-07-07 02:48:02 +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 MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macros 2012-07-05 20:16:22 +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: eliminate false positives in case where the definition 2012-07-05 21:16:29 +00:00
SemaObjC objc-arc: warn when assigning retained object to 2012-07-06 21:09:27 +00:00
SemaObjCXX objective-c++11: extend c++11 range-based loop to iterate 2012-07-06 19:04:04 +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