hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis 4fcd2885de Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html
have PPCallbacks::InclusionDirective pass the character range for the filename quotes or brackets.

rdar://11113134 & http://llvm.org/PR13880

llvm-svn: 164743
2012-09-27 01:42:07 +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] Add experimental ObjC invalidation method checker. 2012-09-26 18:55:16 +00:00
CXX Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType 2012-09-26 02:18:13 +00:00
CodeCompletion [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
CodeGen Fix two more tests that didn't do anything. 2012-09-26 09:09:17 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
CodeGenObjC Turn off this test, as the new and old SROA cause it produce different output. 2012-09-26 22:48:46 +00:00
CodeGenObjCXX Remove invalid double colon in test case was previously ignored by FileCheck. 2012-09-18 20:59:03 +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 [driver] Add support for the -fno-fast-math option. 2012-09-25 22:03:25 +00:00
FixIt Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html 2012-09-27 01:42:07 +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 [libclang] Always report a CXCursor_MacroDefinition for code-completion 2012-09-27 00:24:09 +00:00
Lexer Change the wording of the extension warning from 2012-09-24 18:19:21 +00:00
Misc Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType 2012-09-26 02:18:13 +00:00
Modules Introduce builtin macros to determine whether we're building a 2012-09-25 15:44:52 +00:00
PCH Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. 2012-09-20 23:43:29 +00:00
Parser If a comma operator is followed by a token which unambiguously indicates the 2012-09-18 00:52:05 +00:00
Preprocessor Allow -MF to be used in combination with -E -M or -E -MM. 2012-09-26 19:01:49 +00:00
Rewriter StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. 2012-09-20 14:07:17 +00:00
Sema Make this test actually test something 2012-09-26 09:02:07 +00:00
SemaCUDA
SemaCXX Fix template instantiation of attributes. More specifically, fix the case 2012-09-26 17:57:31 +00:00
SemaObjC objective-C: use 'instance variables' as plural when referring 2012-09-24 22:51:51 +00:00
SemaObjCXX objective-C: remove use of 'ivar' in favor of 2012-09-24 22:00:36 +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 produce diagnostics for missing ctor-initializers during template 2012-09-25 00:23:05 +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