llvm-project/clang/test
Jordan Rose 58bbe4206f Don't crash checking a format string if one of the arguments is invalid.
Previously, we would ask for the SourceLocation of an argument even if
it were NULL (i.e. if Sema resulted in an ExprError trying to build it).

<rdar://problem/11890818>

llvm-svn: 160515
2012-07-19 18:10:08 +00:00
..
ARCMT [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors 2012-07-06 00:07:09 +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 Robustify test in the face of no assertions. 2012-07-17 21:52:07 +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 Add the ObjFW runtime. Patch by Jonathan Schleifer! 2012-07-12 02:07:58 +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 Force the OS X version to 10.6 for old-style simulator builds. 2012-07-19 01:35:55 +00:00
FixIt Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. 2012-07-17 23:19:16 +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 Remove unnecessary spacing around Objective-C object literal code 2012-07-17 23:24:47 +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 Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +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 ParagraphComment::isWhitespace(): a paragraph without a non-whitespace 2012-07-19 00:01:56 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Add a test case for rdar://11806334. 2012-07-19 16:08:28 +00:00
SemaObjC Don't crash checking a format string if one of the arguments is invalid. 2012-07-19 18:10:08 +00:00
SemaObjCXX When performing the deduced/actual argument type check for C++ 2012-07-18 00:14:59 +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 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. 2012-07-17 00:33:36 +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