llvm-project/clang/test
Eric Christopher 45f2e71571 Add support for passing the main file name down to the assembler
for location information.

Part of PR14624

llvm-svn: 170391
2012-12-18 00:31:10 +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 [analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful. 2012-12-17 20:08:54 +00:00
CXX PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI 2012-12-17 04:20:17 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference 2012-12-18 00:22:45 +00:00
CodeGenObjC Reapply r170344, this time without forgetting to commit the header changes. 2012-12-17 18:54:24 +00:00
CodeGenObjCXX Reapply r170344, this time without forgetting to commit the header changes. 2012-12-17 18:54:24 +00:00
CodeGenOpenCL Fix line ending is tests. No functional change. 2012-12-12 00:52:15 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Add support for passing the main file name down to the assembler 2012-12-18 00:31:10 +00:00
FixIt Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. 2012-12-05 18:44:49 +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 [libclang] Make sure tokens from preprocessor directives are annotated as such, 2012-12-12 01:05:25 +00:00
Lexer tsan: add __has_feature(thread_sanitizer) 2012-12-17 08:52:05 +00:00
Misc Revert 170049 because it fails with an assertion on one of the spec2000 workloads. 2012-12-13 19:58:10 +00:00
Modules clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831. 2012-12-12 00:51:38 +00:00
PCH clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831. 2012-12-12 00:51:38 +00:00
Parser Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. 2012-12-14 18:22:38 +00:00
Preprocessor [preprocessor] For errors at a function macro invocation, also include 2012-12-14 18:53:47 +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 Fix isThisDeclarationADefinition for extern following tentative. 2012-12-17 22:23:47 +00:00
SemaCUDA
SemaCXX Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it. 2012-12-14 06:54:03 +00:00
SemaObjC objc: DOn't complain if a (SEL) expression is typecast 2012-12-13 00:42:06 +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 Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, 2012-12-13 01:43:21 +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/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. 2012-12-11 07:06:09 +00:00
lit.site.cfg.in
make_test_dirs.pl