llvm-project/clang/test
Ted Kremenek fb1a79af7a Add CStringChecker support for strncpy. Patch by Lenny Maiorani!
llvm-svn: 126188
2011-02-22 04:58:34 +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 Fix a few auto-related issues: 2011-02-22 00:36:53 +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 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. 2011-02-21 20:10:02 +00:00
CodeGenObjC 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
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 Remove the Fix-It for "main must return 'int'", which is not always 2011-02-19 19:04:23 +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 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
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 Warn about implicit conversions between values of different, named 2011-02-22 02:45:07 +00:00
SemaCUDA Parse: add support for parsing CUDA kernel calls 2011-02-09 21:12:02 +00:00
SemaCXX Fix a little bug in the handling of enumeration types with a fixed 2011-02-22 02:55:24 +00:00
SemaObjC 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
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