hanchenye-llvm-project/clang/lib
Chris Lattner 2dfde91064 eliminate ObjCPropertyAttrs an corresponding enums, just use
strcmp when needed.

llvm-svn: 57817
2008-10-20 07:43:01 +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 eliminate ObjCPropertyAttrs an corresponding enums, just use 2008-10-20 07:43:01 +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