llvm-project/clang/test
Eli Friedman dc29a28fd5 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski.
llvm-svn: 166237
2012-10-18 21:53:46 +00:00
..
ARCMT objective-C arc: remove -Warc-abi in its entirety. 2012-09-14 17:48:35 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis [analyzer] Ivar invalidation: identify properties declared in protocols. 2012-10-18 19:17:57 +00:00
CXX DR1442: In a range-based for statement, namespace 'std' is not an associated 2012-10-18 17:56:02 +00:00
CodeCompletion [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
CodeGen Add a new option for and disable column number information as there 2012-10-18 21:52:18 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Add a new option for and disable column number information as there 2012-10-18 21:52:18 +00:00
CodeGenObjC Set a special flag in class metadata when an Objective-C class 2012-10-17 04:53:31 +00:00
CodeGenObjCXX At -O0, prefer objc_storeStrong with a null new value to the 2012-10-17 02:28:37 +00:00
CodeGenOpenCL FP_CONTRACT: Fix two tests for -Asserts. 2012-10-02 16:36:54 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Add -std=c++1y argument, for *highly* experimental C++14 support. 2012-10-17 23:07:52 +00:00
FixIt Fix typo correction of one qualified name to another. 2012-10-12 20:00:44 +00:00
Frontend -iframework should allow separate arguments. 2012-09-25 16:13:41 +00:00
Headers Use %clang_cc1 so that the test works even if the target isn't available. 2012-09-27 01:40:12 +00:00
Index Fix this test to match recent addition of declaration tag. 2012-10-18 17:19:41 +00:00
Lexer Change the wording of the extension warning from 2012-09-24 18:19:21 +00:00
Misc Adds couple of missing warning flags so warnings can be turned 2012-10-17 23:19:22 +00:00
Modules Introduce the notion of excluded headers into the module map 2012-10-15 06:28:11 +00:00
PCH DR1442: In a range-based for statement, namespace 'std' is not an associated 2012-10-18 17:56:02 +00:00
Parser DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. 2012-10-17 23:31:46 +00:00
Preprocessor [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. 2012-10-01 23:39:44 +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 Add pnaclcall convention to Native Client targets. 2012-10-16 22:30:41 +00:00
SemaCUDA
SemaCXX Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. 2012-10-18 21:53:46 +00:00
SemaObjC Minor tweak to last patch along with a test case. 2012-10-16 17:08:11 +00:00
SemaObjCXX Fix Objective-C implicit property synthesis for C++ classes so we use valid 2012-10-18 20:14:08 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Fix a regression from r164656. 2012-09-27 22:13:33 +00:00
Tooling Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +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 Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
lit.site.cfg.in
make_test_dirs.pl