hanchenye-llvm-project/clang/test
Chandler Carruth e721185799 Simplify messages as requested by Chris.
llvm-svn: 126389
2011-02-24 17:13:15 +00:00
..
ASTMerge Fix two thinkos and add a test for importing the AST of a category 2010-12-08 16:41:55 +00:00
Analysis Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 2011-02-24 08:42:20 +00:00
CXX Provide Fixit warning when 'auto' is intended as storage 2011-02-22 23:17:49 +00:00
CodeCompletion Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
CodeGen Move some Objective-C tests to SemaObjC and CodeGenObjC. 2011-02-22 01:23:29 +00:00
CodeGenCXX A constructor call should force class's debug info even if -flimit-debug-info is enabled. 2011-02-22 20:55:26 +00:00
CodeGenObjC Establish the iteration variable of an ObjC for-in loop before 2011-02-22 07:16:58 +00:00
CodeGenObjCXX Implement objective-c++'s block pointer type matching involving 2011-02-12 19:07:46 +00:00
CodeGenOpenCL OpenCL: standardise naming of test cases 2011-02-15 19:46:41 +00:00
Coverage Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
Driver Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
FixIt Provide Fixit warning when 'auto' is intended as storage 2011-02-22 23:17:49 +00:00
Frontend Tweak this test a bit further to make it easier on grep. Who knows what 2011-02-24 02:39:40 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
Lexer Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. 2011-02-20 12:13:05 +00:00
Misc Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
PCH Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
Parser Better parser recovery when method is 2011-02-23 00:11:21 +00:00
Preprocessor Make LexOnOffSwitch a Preprocessor member function 2011-02-14 01:42:24 +00:00
Rewriter Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
Sema Simplify messages as requested by Chris. 2011-02-24 17:13:15 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Simplify messages as requested by Chris. 2011-02-24 17:13:15 +00:00
SemaObjC fix typo in *all* of the test cases 2011-02-23 19:40:41 +00:00
SemaObjCXX Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
SemaOpenCL OpenCL: standardise naming of test cases 2011-02-15 19:46:41 +00:00
SemaTemplate The member classes of a current instantiation aren't necessarily a 2011-02-19 19:24:40 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. 2011-02-23 12:07:49 +00:00
Makefile Add gTest unittests to clang, and write the first one. 2011-02-03 04:51:52 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! 2011-02-11 19:59:54 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl