llvm-project/clang/lib
Ted Kremenek 44c12ef615 GRExprEngine: For places we might conjure up a new symbol to recover
path-sensitivity, beyond checking to see if the value is "unknown" also check if
the ConstraintManager can handle the SVal. This allows us to recover some
path-sensitivity by actually discarding some information.

llvm-svn: 66627
2009-03-11 02:24:48 +00:00
..
AST fix PR3258 by rejecting invalid numeric operands. 2009-03-11 00:23:13 +00:00
Analysis GRExprEngine: For places we might conjure up a new symbol to recover 2009-03-11 02:24:48 +00:00
Basic Clear all the linetable state in clear(), fixing problems 2009-03-11 01:09:52 +00:00
CodeGen More Next objc2's gc ivar layout bitmap work. 2009-03-11 00:07:04 +00:00
Driver Driver: Add host info (add new files). 2009-03-10 23:50:49 +00:00
Frontend Extend the notion of active template instantiations to include the 2009-03-10 20:44:00 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed. 2009-03-09 21:50:12 +00:00
Parse Simplify SelectorTable::constructSetterName() usage... 2009-03-10 17:24:38 +00:00
Rewrite Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use 2009-03-10 05:14:32 +00:00
Sema position the caret properly on asm string diagnostics, e.g.: 2009-03-10 23:57:07 +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