hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis e552941316 [libclang] Fix getting a cursor inside an angled #include directive.
Fixed by pointing the end location of the preprocessed entity for the #include
at the closing '>', instead of the start of '<'.

rdar://11113134

llvm-svn: 163588
2012-09-11 02:17:21 +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] Member function calls that use qualified names are non-virtual. 2012-09-11 00:31:02 +00:00
CXX PR9023: A template template parameter whose template parameter list contains an 2012-09-07 02:06:42 +00:00
CodeCompletion Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
CodeGen [ms-inline asm] Add $$ before numeric constants in the IR. 2012-09-11 00:51:28 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
CodeGenObjC In ARC, if we're emitting assembly markers for calls to 2012-09-07 23:30: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 Wrong crtbegin/crtend pair used for PIE on Android. 2012-09-10 10:30:12 +00:00
FixIt Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. 2012-09-05 22:56:26 +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 getting a cursor inside an angled #include directive. 2012-09-11 02:17:21 +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 When a bad UTF-8 encoding or bogus escape sequence is encountered in a 2012-09-08 07: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 [PCH] When loading fields from external storage make sure to also 2012-09-10 22:04:22 +00:00
Parser PR13775: When checking for a tag type being shadowed by some other declaration, 2012-09-06 01:37:56 +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 clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets. 2012-09-08 12:06:00 +00:00
SemaCUDA
SemaCXX Fix PR13784: instantiation of an abstract class in a conditional operator. 2012-09-10 22:05:41 +00:00
SemaObjC More tweaking and test cases for call to super 2012-09-10 18:04:25 +00:00
SemaObjCXX objective-C: Improving diagnostocs for missing call to 2012-09-10 16:51:09 +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 try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! 2012-09-06 18:32:18 +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