llvm-project/clang/lib
Ted Kremenek f025a8bc1c Fix potential double-free.
llvm-svn: 51381
2008-05-21 16:00:02 +00:00
..
AST Fix potential double-free. 2008-05-21 16:00:02 +00:00
Analysis Fixed bug in the transfer function for dereferences: the loaded value from EvalLoad should bind to the UnaryOperator*, not its subexpression. 2008-05-21 15:48:33 +00:00
Basic Missed an include. 2008-05-20 14:27:34 +00:00
CodeGen Remove an unnecessary/buggy if check. Ran into this with some other 2008-05-21 13:24:44 +00:00
Headers Protect iso646.h from C++ (although I can't imagine why someone would 2008-05-21 03:11:31 +00:00
Lex Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". 2008-05-15 21:12:10 +00:00
Parse Fix the scope of K&R-style argument declarations so that they don't 2008-05-20 09:10:20 +00:00
Rewrite Fix rdar://5919567: assertion failure: split didn't occur before erase! 2008-05-08 03:23:46 +00:00
Sema Fix a couple of bugs found by Neil Booth in the const-ness checking. 2008-05-21 03:39:11 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00