llvm-project/clang/test
Fariborz Jahanian 998f0a3360 objective-C blocks: Make sure that identical logic is used
in deciding a copy/dispose field is needed in a byref structure
and when generating the copy/dispose helpers. In certain
cases, these fields were being added but no copy/dispose was
being generated. This was uncovered in ARC, but not in MRR.
// rdar://12759433

llvm-svn: 168825
2012-11-28 23:12:17 +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 Fix another false positive due to a CXX temporary object appearing in a C initializer. 2012-11-28 01:49:01 +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 ABI: comments from Eli on r168820. 2012-11-28 22:29:41 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX PR14388: An array or function type in an exception specification should be 2012-11-28 22:33:28 +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 Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers 2012-11-28 17:34:24 +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 Fix crash on end-of-file after \ in a char literal, fixes PR14369. 2012-11-17 20:25:54 +00:00
Misc Frontend: Create a virtual file for named pipe inputs. 2012-11-27 00:04:16 +00:00
Modules If an excluded header does not exist, just ignore it 2012-11-15 19:47:16 +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 Improve diagnostic on C++11 attribute specifiers that appear at wrong syntactic locations around class specifiers. 2012-11-26 22:54:45 +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 Test for r168674. 2012-11-27 02:58:49 +00:00
SemaCUDA
SemaCXX Per C++11 [except.spec]p2, rvalue references are not permitted in exception specifications. 2012-11-28 22:52:42 +00:00
SemaObjC objective-C: Do not issue deprecated warning about implementation 2012-11-17 20:53:53 +00:00
SemaObjCXX clang/test: Suppress two tests on LLP64 target, Windows x64. 2012-11-19 10:00:59 +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