llvm-project/clang/lib
Ted Kremenek 590abd363e Partitioned BugTypeCachedLocation::isCached() into two methods: one that accepts and ExplodedNode, and the other that accepts a ProgramPoint. The default behavior is to cache bug reports by the
location they occur (the end node).  Subclasses can override this behavior by providing a different ProgramPoint.

llvm-svn: 51197
2008-05-16 18:33:14 +00:00
..
AST Added CFGBlock::hasBinaryBranchTerminator(). 2008-05-16 16:06:00 +00:00
Analysis Partitioned BugTypeCachedLocation::isCached() into two methods: one that accepts and ExplodedNode, and the other that accepts a ProgramPoint. The default behavior is to cache bug reports by the 2008-05-16 18:33:14 +00:00
Basic set long/pointers to 64-bits on ppc64/x86-64 2008-05-09 06:17:04 +00:00
CodeGen Patch for PR2334, and a similar ObjC bug. 2008-05-16 17:37:11 +00:00
Headers Use double-underscores in front of all non-keywords to protect against 2008-05-14 20:32:22 +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 -Implement proper name lookup for namespaces. 2008-05-09 23:39:43 +00:00
Rewrite Fix rdar://5919567: assertion failure: split didn't occur before erase! 2008-05-08 03:23:46 +00:00
Sema Review nit. 2008-05-16 17:54:49 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00