llvm-project/clang/test
Richard Smith 2abf6767e3 Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case.
llvm-svn: 126279
2011-02-23 00:37:57 +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 Add CStringChecker support for strncpy. Patch by Lenny Maiorani! 2011-02-22 04:58:34 +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 Frontend: Add basic -H support. 2010-08-24 22:44:13 +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 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types 2011-02-22 21:42:31 +00:00
SemaCUDA Parse: add support for parsing CUDA kernel calls 2011-02-09 21:12:02 +00:00
SemaCXX Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. 2011-02-23 00:37:57 +00:00
SemaObjC Provide Fixit warning when 'auto' is intended as storage 2011-02-22 23:17:49 +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 Put targets on folders, if the IDE supports the feature. 2011-02-20 22:06:44 +00:00
Makefile Add gTest unittests to clang, and write the first one. 2011-02-03 04:51:52 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
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