llvm-project/clang/lib
Steve Naroff 5cfa5af630 Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects
ASTContext::isObjCObjectPointerType() needs to consider blocks as objects.

Note: My previous commit was done in the test directory...as a result, this commit was necessary.
llvm-svn: 57914
2008-10-21 18:24:04 +00:00
..
AST Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects 2008-10-21 18:24:04 +00:00
Analysis Cosmetic patch from João Paulo Rechi Vita 2008-10-21 16:14:35 +00:00
Basic fix rdar://6288301: custom warnings don't respect -Werror. 2008-10-17 21:24:47 +00:00
CodeGen Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
Driver Bug fix, CPATH="" does not add '.' to search path. 2008-10-04 20:58:18 +00:00
Headers Actually use the mmintrin.h header, it's good enough now. 2008-10-06 04:49:00 +00:00
Lex Speed up NumericLiteralParser::GetIntegerValue. 2008-10-16 07:32:01 +00:00
Parse Fix a crasher during error recovery in Parser::ParseObjCTypeName(). 2008-10-21 14:15:04 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00