llvm-project/clang/lib
Anna Zaks 6b1c21268d [analyzer] Remove EmitBasicReport form CheckerContext.
The path sensitive checkers should use EmitBasicReport, which provides the
node information.

llvm-svn: 143060
2011-10-26 21:06:39 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. 2011-10-26 07:22:48 +00:00
Analysis Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char. Fixes <rdar://problem/10303638>. 2011-10-25 04:20:41 +00:00
Basic Use assert(0) instead of duplicating the check, suggestion by Anna. 2011-10-25 00:29:44 +00:00
CodeGen Objective-c: fix an ir-gen crash where objc messag returns a _Complex 2011-10-26 20:53:59 +00:00
Driver Allow the -fno-operator-names option to be passed down to the rest 2011-10-25 07:13:06 +00:00
Frontend [PCH] When visiting preprocessed entities, make it possible to avoid deserializing 2011-10-25 00:29:50 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex [PCH] When visiting preprocessed entities, make it possible to avoid deserializing 2011-10-25 00:29:50 +00:00
Parse Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
Rewrite Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
Sema Pull out conversion on LHS of -> and . into its own function. This happens 2011-10-26 19:06:56 +00:00
Serialization Eliminate a hang while loading a sequence of redeclarable entities. In 2011-10-26 17:53:41 +00:00
StaticAnalyzer [analyzer] Remove EmitBasicReport form CheckerContext. 2011-10-26 21:06:39 +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