hanchenye-llvm-project/clang/test
Jordan Rose 9dd82c1d94 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"
This time, make sure we don't try to print fixits with newline characters,
since they don't have a valid column width, and they don't look good anyway.

PR13417 (and originally <rdar://problem/11877454>)

llvm-svn: 160561
2012-07-20 18:50:51 +00:00
..
ARCMT Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. 2012-07-20 03:39:05 +00:00
ASTMerge
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
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 Force the OS X version to 10.6 for old-style simulator builds. 2012-07-19 01:35:55 +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
Index CommentBriefParser: use \returns if we can't find the \brief or just a plain 2012-07-20 17:01: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 ParagraphComment::isWhitespace(): a paragraph without a non-whitespace 2012-07-19 00:01:56 +00:00
SemaCUDA
SemaCXX Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. 2012-07-20 03:39:05 +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
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