llvm-project/clang/test
Richard Smith 45fbfc7f11 Do not warn about a function decl / direct init ambiguity if the function has a trailing return type.
llvm-svn: 160646
2012-07-23 21:41:30 +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 Follow-up: fix the quotes 2012-07-23 09:43:03 +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 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert 2012-07-23 19:41:49 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Add diagnostics for comma at end of enum and for extra semicolon at namespace 2012-07-23 05:45:25 +00:00
Modules Fix a typo (the the => the) 2012-07-23 08:59:39 +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 Do not warn about a function decl / direct init ambiguity if the function has a trailing return type. 2012-07-23 21:41:30 +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 a typo (the the => the) 2012-07-23 08:59:39 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Allow the parser to recover gracefully if a typename is used to introduce a decltype type. 2012-07-22 15:10:57 +00:00
SemaObjC Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00
SemaObjCXX When we have an Objective-C object with non-trivial lifetime in a 2012-07-23 04:23:39 +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
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
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
make_test_dirs.pl