clang-1/test
Will Dietz ad95481b27 [ubsan] Add flag to enable recovery from checks when possible.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169114 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-02 19:50:33 +00:00
..
ARCMT Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
ASTMerge Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Analysis Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <rdar://problem/12759044>. 2012-11-29 00:50:20 +00:00
CXX Teach Lexer::getSpelling about raw string literals. Specifically, if a raw 2012-11-28 07:29:00 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen [ubsan] Add flag to enable recovery from checks when possible. 2012-12-02 19:50:33 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX [ubsan] Add flag to enable recovery from checks when possible. 2012-12-02 19:50:33 +00:00
CodeGenObjC objective-C blocks: Make sure that identical logic is used 2012-11-28 23:12:17 +00:00
CodeGenObjCXX objective-C arc: load of a __weak object happens via call to 2012-11-27 23:02:53 +00:00
CodeGenOpenCL FP_CONTRACT: Fix two tests for -Asserts. 2012-10-02 16:36:54 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver [MIPS] Add -mxgot/-mno-xgot command line options 2012-12-01 18:27:21 +00:00
FixIt Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. 2012-11-14 01:28:38 +00:00
Frontend A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
Headers [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. 2012-10-31 20:20:04 +00:00
Index Testcase overriding-ftemplate-comments.cpp: use [[@LINE]] to make it less fragile. 2012-11-16 22:34:07 +00:00
Lexer Support for #pragma region/endregion for MSVC compatibility. Patch thanks to pravic! 2012-11-30 19:52:30 +00:00
Misc Try to make the source location information for token pastes a bit more consistent. 2012-12-01 01:15:54 +00:00
Modules Fix test for Windows path separators 2012-11-30 23:40:49 +00:00
PCH Store on the CXXRecordDecl whether the class has, or would have, a copy 2012-11-28 06:23:12 +00:00
Parser Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. 2012-11-28 23:17:40 +00:00
Preprocessor Prevent premature macro expansion in __has_builtin, __has_feature, 2012-11-17 19:18:27 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Merge function types in C. 2012-11-29 16:09:03 +00:00
SemaCUDA
SemaCXX Make -Wtautological-constant-out-of-range-compare behave sanely for enums with a signed fixed type. 2012-11-30 23:09:29 +00:00
SemaObjC Fix crash-on-invalid. <rdar://problem/12765391>. 2012-11-29 03:13:49 +00:00
SemaObjCXX Fix crash-on-invalid. <rdar://problem/12765391>. 2012-11-29 03:13:49 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate PR13098: If we're instantiating an overloaded binary operator and we could 2012-11-28 21:47:39 +00:00
Tooling Use color for -ast-dump-filter only when it is supported 2012-11-21 10:54:55 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now. 2012-11-27 05:25:41 +00:00
lit.site.cfg.in
make_test_dirs.pl