llvm-project/clang/lib
Ted Kremenek 481c121ab5 RegionStore: Use the *default* binding (instead of the *direct* binding) of an Objective-C object
region when doing lazy value retrieval of an ivar.

This fixes: <rdar://problem/7312221>

llvm-svn: 84584
2009-10-20 01:20:57 +00:00
..
AST Suppress build warning. 2009-10-19 01:20:42 +00:00
Analysis RegionStore: Use the *default* binding (instead of the *direct* binding) of an Objective-C object 2009-10-20 01:20:57 +00:00
Basic PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
CodeGen Handle emitting the assignment operator when the lhs is a reference. Fixes PR5227. 2009-10-19 18:28:22 +00:00
Driver AuroraUX toolchain should call GNU assembler not the Solaris assembler. 2009-10-19 07:02:08 +00:00
Frontend The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of ASTUnit to specify 2009-10-19 21:44:57 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
Lex Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
Parse Parse a simple-template-id following a '~' when calling a destructor, e.g., 2009-10-19 22:04:39 +00:00
Rewrite Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
Sema Builtin candidate minimization for 2009-10-20 00:04:40 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00