hanchenye-llvm-project/clang/test
Richard Trieu e4348cc26b Add commas to for loop warning to separate variable names.
llvm-svn: 156033
2012-05-02 22:48:45 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Refine analyzer diagnostics by adding an expression "cone-of-influence" to reverse track interesting 2012-05-02 00:31:29 +00:00
CXX Disable our non-standard delayed parsing of exception specifications. Delaying 2012-05-02 01:29:43 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen During block layout, after padding up to the max field alignment, 2012-05-01 20:28:00 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Restructure some of the member-pointer tests, implicitly 2012-05-01 17:32:20 +00:00
CodeGenObjC Test case for previosu patch. 2012-04-26 21:34:02 +00:00
CodeGenObjCXX When @encode'ing a C++ class that has empty base classes, we can end 2012-04-27 22:30:01 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. 2012-05-02 14:55:48 +00:00
FixIt Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 2012-04-30 18:27:22 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Let NULL and MSVC headers coexist better. 2012-04-24 21:27:01 +00:00
Index For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. 2012-04-30 22:12:26 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). 2012-05-01 05:56:02 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH PR12585: When processing a friend template inside a class template, don't 2012-04-22 02:13:50 +00:00
Parser Restore paren, bracket and brace counts in parser when 2012-04-30 16:20:27 +00:00
Preprocessor Define __ANDROID__ macro on -androideabi targets. 2012-04-26 12:08:09 +00:00
Rewriter Modern objective-c translation: Fixing couple of bugs 2012-05-02 17:34:59 +00:00
Sema Walk the decls looking for the last one that has an attribute. We do have to walk 2012-05-02 20:36:57 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Add commas to for loop warning to separate variable names. 2012-05-02 22:48:45 +00:00
SemaObjC Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. 2012-05-01 22:26:06 +00:00
SemaObjCXX Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. 2012-05-01 22:26:06 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Fix test cases broken by 155936. 2012-05-01 21:29:03 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +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