llvm-project/clang/include/clang
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 Fix review nit. 2008-05-16 17:44: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 Implementation of __builtin_shufflevector, a portable builtin capable of 2008-05-14 19:38:39 +00:00
CodeGen Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. 2008-05-08 08:54:20 +00:00
Lex Neil pointed out that clang doesn't generate ranges from diagnostics 2008-05-05 06:45:50 +00:00
Parse Patch to refactor setter/getter names of property attributes into Selector 2008-05-06 18:09:04 +00:00
Rewrite fix a rewriter crash on zero length files. 2008-04-23 03:21:50 +00:00
Sema rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} 2008-02-06 00:23:21 +00:00