llvm-project/clang/test
Argyrios Kyrtzidis 6fb6003aad [PCH] Now that we store the location of a decl outside its record
make sure that we keep track of locations of replaced decls as well.

llvm-svn: 143341
2011-10-31 07:20:15 +00:00
..
ARCMT Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. 2011-10-28 19:05:10 +00:00
CXX Add test missed from r143234. 2011-10-29 00:03:08 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add support for lazily linking bitcode files (using a new 2011-10-30 17:30:44 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite. 2011-10-28 21:12:13 +00:00
CodeGenObjC Fix test for LLVM change r143186. 2011-10-28 05:29:57 +00:00
CodeGenObjCXX obj-c++: Fix a IRGen crash when getter is a reference type. 2011-10-17 21:00:22 +00:00
CodeGenOpenCL Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
Driver Stop disabling integrated assembler with -static. <rdar://problem/10175391> 2011-10-30 00:20:28 +00:00
FixIt Make the -verify bits in this test actually test something, and fix a few cases 2011-10-20 01:41:28 +00:00
Frontend Frontend: Support -iframework. 2011-10-18 20:40:38 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index Mark these tests as requiring use of the shell. 2011-10-27 21:50:13 +00:00
Lexer Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The 2011-10-28 23:02:54 +00:00
Misc Switch to a more natural formatting of the macro name printing. 2011-10-24 18:51:08 +00:00
Modules Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
PCH [PCH] Now that we store the location of a decl outside its record 2011-10-31 07:20:15 +00:00
Parser Improve the diagnostic when a comma ends up at the end of a declarator group 2011-10-19 21:33:05 +00:00
Preprocessor Remove more SystemZ (s390) tests. 2011-10-25 00:15:21 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Fix assert on constant expression evaluation of floating point increment. 2011-10-30 23:17:09 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX C++11 generalized constant expression handling: evaluation support for 2011-10-31 05:52:43 +00:00
SemaObjC objc-arc: desugar certain type and improve on diagnostic for 2011-10-29 00:06:10 +00:00
SemaObjCXX objc-arc: desugar certain type and improve on diagnostic for 2011-10-29 00:06:10 +00:00
SemaOpenCL The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also 2011-10-17 21:00:38 +00:00
SemaTemplate Fix crash due to missing array-to-pointer decay when instantiating an unresolved 2011-10-26 06:49:26 +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 CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl