llvm-project/clang/lib
Ted Kremenek 8e7fbcc3e4 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can
potentially be refactored for other clients, and this is a regression from the refactoring of property acceses.

llvm-svn: 144571
2011-11-14 21:59:21 +00:00
..
ARCMigrate [arcmt] Take into account that all properties are strong-by-default now and fix the test. 2011-11-08 23:09:34 +00:00
AST Change the checks in the type aka printing. A confusing case where the string 2011-11-14 19:39:25 +00:00
Analysis [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. 2011-11-14 19:36:08 +00:00
Basic Define some built-ins macros on mips32 platform, from Simon Atanasyan! 2011-11-09 15:17:16 +00:00
CodeGen Fixup comment. 2011-11-14 18:55:02 +00:00
Driver Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 2011-11-11 07:47:04 +00:00
Frontend I predict that HeaderSearch will need the ability to generate 2011-11-11 00:35:06 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. 2011-11-10 00:11:13 +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 Fix a regression in wide character codegen. See PR11369. 2011-11-14 05:17:37 +00:00
Parse PR11148: Fix crash-on-invalid if an invalid member declaration is marked as 2011-11-10 09:08:44 +00:00
Rewrite objc rewriter: use a more specific name for local variable used 2011-11-09 17:41:43 +00:00
Sema In ARC, don't reclaim objects of Class type. 2011-11-14 19:53:16 +00:00
Serialization [PCH] Load the chained objc categories only after recursive loading is finished 2011-11-14 07:07:59 +00:00
StaticAnalyzer [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can 2011-11-14 21:59:21 +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