clang-1/lib
Chris Lattner da3253d8a9 fix a crash on unnamed properties like:
@property (readonly) int : 4;



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57805 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-20 06:33:53 +00:00
..
AST Fix incorrect release of Decl* array referenced by DeclGroup. 2008-10-18 19:20:54 +00:00
Analysis Add support in GRExprEngine for UnaryOperator::AlignOf. This fixes one crash report in PR 2796. 2008-10-18 22:20:20 +00:00
Basic fix rdar://6288301: custom warnings don't respect -Werror. 2008-10-17 21:24:47 +00:00
CodeGen Debug info bug fix, function start wasn't getting generated correctly 2008-10-18 18:22:23 +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 crash on unnamed properties like: 2008-10-20 06:33:53 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Fix rdar://6257721 by tightening up the block "snapshot" check, and 2008-10-20 05:16:36 +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