clang-1/test
Chad Rosier d256f8673b Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160590 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-20 23:12:26 +00:00
..
ARCMT Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. 2012-07-20 03:39:05 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. 2012-07-18 21:59:51 +00:00
CXX PR13381, part 2: when determining if a defaulted special member function should 2012-07-18 03:51:16 +00:00
CodeCompletion Remove unnecessary spacing around Objective-C object literal code 2012-07-17 23:24:47 +00:00
CodeGen Add "long double" to permitted list of ARM complex homogeneous aggregates. 2012-07-20 22:29:29 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX Merge visibility from previous decls before looking at visibility pragma. This 2012-07-17 15:14:47 +00:00
CodeGenObjC Don't need to specify the abi as it's the default. 2012-07-20 17:42:31 +00:00
CodeGenObjCXX Don't try to do RVO on block variables that refer to an enclosing local. 2012-07-11 22:50:15 +00:00
CodeGenOpenCL Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +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 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. 2012-07-20 23:12:26 +00:00
FixIt Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" 2012-07-20 18:50:51 +00:00
Frontend Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +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 libclang APIs to walk comments ASTs and an API to convert a comment to an 2012-07-20 21:34:34 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. 2012-07-13 20:45:35 +00:00
Modules Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
PCH Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). 2012-07-18 22:38:11 +00:00
Parser Revert r160319, it caused PR13417. Add a test for PR13417. 2012-07-20 06:44:52 +00:00
Preprocessor Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. 2012-07-19 03:52:53 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. 2012-07-20 20:18:53 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX No longer assuming the number of prototype arguments is always less than the number of formal parameters for a variadic function call. 2012-07-20 20:40:35 +00:00
SemaObjC For varargs, diagnose passing ObjC objects by value like other non-POD types. 2012-07-19 18:10:23 +00:00
SemaObjCXX Fixes an ObjC++ parse crash caused by delayed parsing 2012-07-20 17:19:54 +00:00
SemaOpenCL Extend the support for cl-std to include 1.2. 2012-06-19 23:09:52 +00:00
SemaTemplate More for PR11848: a pack expansion type isn't necessarily type-dependent (its 2012-07-16 01:59:26 +00:00
Tooling Switch to the canonical pipe-based testing of clang output using 2012-07-20 00:49:53 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl