clang-1/include/clang
Ted Kremenek 2fb78a7053 CF-retain/release checker:
- Fix regression reported in <rdar://problem/6452745>.  After a null check, null references to resources should not have a retain count.  This regression was caused by removing the call to "GRTransferFuncs::EvalAssume" in BasicConstraintManager.
- Added a test case to test this behavior.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61155 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-17 21:50:35 +00:00
..
AST This patch will build the Records lazily per Steve's comments. 2008-12-17 21:40:49 +00:00
Analysis CF-retain/release checker: 2008-12-17 21:50:35 +00:00
Basic Consolidated property check into property-typecheck-1.m file. 2008-12-17 17:55:55 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Add license comments. 2008-11-27 02:19:10 +00:00
Lex Preprocessor: Allocate MacroInfo objects using a BumpPtrAllocator instead using new/delete. This speeds up -Eonly on Cocoa.h using the regular lexer by 1.8% and the PTHLexer by 3%. 2008-12-15 19:56:42 +00:00
Parse Semantics of @protocol attributes. 2008-12-17 01:07:27 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00