hanchenye-llvm-project/clang/test
Richard Smith 21f06f0fcb When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer.
llvm-svn: 163919
2012-09-14 18:21:10 +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 When warning about unsafe uses of dispatch_once, specially handle the 2012-09-13 18:18:37 +00:00
CXX Fix incorrect comment. 2012-09-13 22:10:19 +00:00
CodeCompletion Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
CodeGen This patch introduces A15 as a target in Clang. 2012-09-13 15:06:00 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Fix thunk emission for covariant virtual functions in cases which require 2012-09-14 01:45:09 +00:00
CodeGenObjC Reapply: 2012-09-12 23:36:49 +00:00
CodeGenObjCXX When performing a trivial copy of a C++ type, we must be careful not 2012-08-21 04:10:00 +00:00
CodeGenOpenCL Remove names from the CHECK lines. 2012-08-16 00:22:16 +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 Do not use "lib32" directory to create a library/object files 2012-09-14 11:27:24 +00:00
FixIt Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00
Frontend don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. 2012-08-31 22:39:21 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Add tests for r163778. 2012-09-13 17:25:51 +00:00
Lexer When a bad UTF-8 encoding or bogus escape sequence is encountered in a 2012-09-08 07:16:20 +00:00
Misc Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00
Modules When disambiguating an expression-statement from a declaraton-statement, if the 2012-08-23 20:19:14 +00:00
PCH Fix abbreviation for CharacterLiteral in AST serialization. PR13806. 2012-09-14 00:51:36 +00:00
Parser Recover properly after a parse error in a static_assert declaration. 2012-09-13 19:12:50 +00:00
Preprocessor Add some ARM EABI preprocessor builtins tests 2012-09-08 08:45:10 +00:00
Rewriter Modern objc translator: Fixes a crash in rewriter when rewriting the API 2012-08-21 18:56:50 +00:00
Sema Comment parsing: support the "\invariant" command. 2012-09-14 15:37:29 +00:00
SemaCUDA
SemaCXX When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer. 2012-09-14 18:21:10 +00:00
SemaObjC Teach -Wuninitialized to recognize common "noreturn" idioms in 2012-09-13 00:21:35 +00:00
SemaObjCXX Test removed. 2012-09-14 17:51:34 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Don't perform template argument deduction against invalid templates; 2012-09-13 21:01:57 +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 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. 2012-09-12 10:45:40 +00:00
lit.site.cfg.in
make_test_dirs.pl