llvm-project/clang/lib
Ted Kremenek 213873232d When conjuring symbols to recover path-sensitivity, don't conjure symbols that represent an entire struct. We need to implement struct temporaries as an actual "region", and then bind symbols to the FieldRegion of those temporaries.
llvm-svn: 57739
2008-10-17 22:23:12 +00:00
..
AST Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
Analysis When conjuring symbols to recover path-sensitivity, don't conjure symbols that represent an entire struct. We need to implement struct temporaries as an actual "region", and then bind symbols to the FieldRegion of those temporaries. 2008-10-17 22:23:12 +00:00
Basic fix rdar://6288301: custom warnings don't respect -Werror. 2008-10-17 21:24:47 +00:00
CodeGen Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue. 2008-10-17 21:58:32 +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 Issue a warning when there's an ambiguous function declarator (that could be a direct initializer for a variable defition). 2008-10-15 23:21:32 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema In C++, an empty parameter list indicates a function that takes no parameters. 2008-10-16 17:31:08 +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