llvm-project/clang/lib
Ted Kremenek 9a92b95092 MemRegion:
- Have 'TypedRegion::getRValueType()' return a null QualType for 'id<...>'
  instead of aborting.
- Change 'TypedRegion::isBoundable()' to return true for all objects with a
  non-null RValueType (this may not be the final behavior).

llvm-svn: 66093
2009-03-04 22:55:18 +00:00
..
AST Switch attributes to be allocated from the declcontext bump pointer just like 2009-03-04 06:34:08 +00:00
Analysis MemRegion: 2009-03-04 22:55:18 +00:00
Basic allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. 2009-03-04 05:35:38 +00:00
CodeGen Fixup __block codegen in nested block literals. 2009-03-04 22:48:06 +00:00
Driver Driver: Add OptTable::ParseOneArg. 2009-03-04 22:41:37 +00:00
Frontend Resize message bubble back to original size. 2009-03-02 23:06:15 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex make the token lexer allocate its temporary token buffers for 2009-03-04 06:50:57 +00:00
Parse Implemented access check for ivars accessed inside 2009-03-04 22:30:12 +00:00
Rewrite Tighten message bubble height. 2009-03-03 03:00:21 +00:00
Sema Implemented access check for ivars accessed inside 2009-03-04 22:30:12 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00