clang-1/test
Ted Kremenek 289e31f386 Revert r149359. This was a hack to a problem with an easy workaround, and it doesn't feel like general solution.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149404 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-31 19:19:25 +00:00
..
ARCMT objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] Rename the checker as per Ted's comment. Remove the reference 2012-01-30 21:14:16 +00:00
CXX constexpr: the result of a relational operator between pointers to void is 2012-01-31 06:41:30 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Cleanup 3dnow builtin handling. Most of them were already handled by LLVM connecting intrinsics and builtins in IntrinsicsX86.td. 2012-01-30 08:18:19 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Per discussion on cxx-abi-dev, don't drop leading zeroes from the 2012-01-30 18:36:31 +00:00
CodeGenObjC fix test. 2012-01-31 01:05:11 +00:00
CodeGenObjCXX When initializing a catch variable in ARC, be sure to emit retains 2012-01-17 20:16:56 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Revert r149083 which is not the direction we're going in the Clang 2012-01-31 02:21:20 +00:00
FixIt Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Frontend Add test for -Wno-everything. 2012-01-27 07:10:14 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index Update line numbers. Sigh 2012-01-29 20:05:18 +00:00
Lexer Improve the error message slightly for files that aren't using the expected UTF-8 encoding. Patch by Seth Cantrell. 2012-01-25 22:34:12 +00:00
Misc Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. 2012-01-25 06:07:15 +00:00
Modules Remove tgmath.h from the module map for now, because it currently causes a 2012-01-30 22:22:39 +00:00
PCH rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Parser Refactor to share code for handling return statements between lambda expressions and block literals. As it turns out, almost all the logic can be shared. 2012-01-26 03:00:14 +00:00
Preprocessor Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. 2012-01-31 02:07:33 +00:00
Rewriter Remove the "C" in "implicitly declaring C library function" diagnostic 2012-01-27 23:21:02 +00:00
Sema Revert r149359. This was a hack to a problem with an easy workaround, and it doesn't feel like general solution. 2012-01-31 19:19:25 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Format string warnings: don't a.k.a. wchar_t with wchar_t. 2012-01-31 14:59:59 +00:00
SemaObjC Let %S, %ls, %C match 16bit types in NSStrings. 2012-01-31 01:43:25 +00:00
SemaObjCXX objc: Issue a generic diagnostic assigning to 2012-01-24 19:40:13 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Added tests for template keyword presence. 2012-01-28 11:04:22 +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 CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. 2011-11-28 05:09:42 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl