llvm-project/clang/lib
Argyrios Kyrtzidis 1fa8b4b204 Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
DiagnosticErrorTraps can be composed (e.g. a trap inside another trap).

Fixes http://llvm.org/PR10462 & rdar://9852007.

llvm-svn: 136447
2011-07-29 01:25:44 +00:00
..
ARCMigrate [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. 2011-07-27 05:28:22 +00:00
AST Add template instantiations to the output of -ast-dump. 2011-07-28 00:19:05 +00:00
Analysis [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. 2011-07-28 23:07:59 +00:00
Basic Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple 2011-07-29 01:25:44 +00:00
CodeGen Fix assertion failure in CodeGen where the input operand to an asm 2011-07-29 00:24:50 +00:00
Driver Introduce the "-index-header-map" option, to give special semantics 2011-07-28 04:45:53 +00:00
Frontend Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge. 2011-07-28 23:08:16 +00:00
FrontendTool [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Introduce the "-index-header-map" option, to give special semantics 2011-07-28 04:45:53 +00:00
Parse The lock operand to an @synchronized statement is also 2011-07-27 21:50:02 +00:00
Rewrite Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
Sema Fix an inconsistency in Sema::ConvertArgumentsForCall in that 2011-07-29 00:24:42 +00:00
Serialization Remove unused debug function 2011-07-29 00:59:35 +00:00
StaticAnalyzer Remove an unused function (found by Clang's -Wunused-function) 2011-07-29 00:15:44 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00