hanchenye-llvm-project/clang/test
Anna Zaks e5cb4981d0 [analyzer] Fix a crash PR13762.
llvm-svn: 163262
2012-09-05 22:31:58 +00:00
..
ARCMT Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis [analyzer] Fix a crash PR13762. 2012-09-05 22:31:58 +00:00
CXX When computing the effective context for access control, 2012-08-24 22:54:02 +00:00
CodeCompletion Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
CodeGen Update for r163231. 2012-09-05 19:01:07 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Follow-up on r163110 - forgot to commit some new tests... 2012-09-03 09:20:57 +00:00
CodeGenObjC Fix PR reference in test. 2012-08-29 21:27:50 +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 Add test missed in previous commit. 2012-09-05 21:50:35 +00:00
FixIt Improvements to vexing-parse warnings. Make the no-parameters case more 2012-07-30 21:30:52 +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 [libclang] Fix indexing type alias declarations. rdar://11878406 2012-09-01 19:08:08 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. 2012-08-28 20:55:40 +00:00
Modules When disambiguating an expression-statement from a declaraton-statement, if the 2012-08-23 20:19:14 +00:00
PCH test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. 2012-07-25 11:14:11 +00:00
Parser Revert r163083 per chandlerc's request. 2012-09-04 17:49:35 +00:00
Preprocessor Normalize line endings of r163022. 2012-08-31 21:34:27 +00:00
Rewriter Modern objc translator: Fixes a crash in rewriter when rewriting the API 2012-08-21 18:56:50 +00:00
Sema c error recovery. treat an invalid redeclaration 2012-09-05 17:52:12 +00:00
SemaCUDA
SemaCXX Thread-safety analysis: bugfix for case where a trylock occurs in an 2012-09-05 20:01:16 +00:00
SemaObjC objective-C ARC; detect and warn on retain cycle when 2012-08-31 20:04:47 +00:00
SemaObjCXX objective-c++11: c++11 does not change pod-ness when 2012-09-05 19:51:20 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Reland r160052: Default to -std=c++11 on Windows. 2012-08-30 02:08:31 +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 libclang API for comment-to-xml conversion. 2012-08-07 17:54:38 +00:00
lit.site.cfg.in
make_test_dirs.pl