llvm-project/clang/test
Douglas Gregor 8a60bbe13f Keep track of when "unrecoverable" errors occur, then allow
clang_saveTranslationUnit() to save a PCH file if the only errors it
contains are recoverable errors. Fixes <rdar://problem/9727804>.

llvm-svn: 134503
2011-07-06 17:40:26 +00:00
..
ARCMT Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Teach the static analyzer's interpretation of Cocoa conventions to 2011-07-06 16:00:34 +00:00
CXX [ARC] When casting from a pointer to an objective-c object with known ownership, if the 2011-07-01 22:22:50 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Testcase for r134441. 2011-07-05 21:48:46 +00:00
CodeGenCXX Use attributes from the definition (if available) when 2011-07-06 15:46:09 +00:00
CodeGenObjC Call objc_terminate() instead of abort() when a cleanup throws an 2011-07-06 01:22:26 +00:00
CodeGenObjCXX Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Somehow the -fgnu-runtime option itself got lost in all that shuffling. 2011-07-06 02:36:30 +00:00
FixIt When adding boolean keywords for typo correction, add either "bool" or 2011-07-01 21:27:45 +00:00
Frontend The macros defined by the language standard are still available even when the 2011-06-07 06:07:12 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Keep track of when "unrecoverable" errors occur, then allow 2011-07-06 17:40:26 +00:00
Lexer Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
Misc Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. 2011-06-28 05:11:33 +00:00
PCH Add support for C++ namespace-aware typo correction, e.g., correcting 2011-06-28 16:20:02 +00:00
Parser For code such as: 2011-07-01 20:54:02 +00:00
Preprocessor Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! 2011-06-22 19:41:48 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Fix off-by-one error in StringLiteral::getLocationOfByte. 2011-06-30 20:17:41 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Fixed enum types can be complete without actually being valid to use 2011-07-06 06:57:57 +00:00
SemaObjC Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
SemaObjCXX Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Look through parenthesized declarators when determining whether an 2011-07-05 18:30:26 +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 cmake+lit: final cleanup related to the recent churn 2011-06-23 18:00:48 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl