提交历史

作者 SHA1 备注 提交日期
  Ted Kremenek ca804539d9 [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*. 14 年之前
  Anna Zaks 0e89061a39 Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilder, not needed as of r137273. 14 年之前
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 年之前
  Ted Kremenek bc5cb8a5fe Simplify passing of CFGBuildOptions around for AnalysisContext. No functionality change. 14 年之前
  Jay Foad c69a505cfa Remove unused STL header includes. 14 年之前
  Ted Kremenek 8083414ee7 static analyzer: Add a new ProgramPoint PostCondition to represent the post position of a branch condition, and a new generateNode method to BranchNodeBuilder using PostCondition ProgramPoint. This method generates a new ExplodedNode but not a new block edge. 14 年之前
  Ted Kremenek 66750fa464 static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that a given CFGBlock was analyzed too many times. 14 年之前
  Argyrios Kyrtzidis f178ac8b68 [analyzer] Refactor EndOfFunctionNodeBuilder. 14 年之前
  John McCall 56ca35d396 Change the representation of GNU ?: expressions to use a different expression 14 年之前
  Argyrios Kyrtzidis 43dee22025 [analyzer] Overhauling of the checker registration mechanism. 14 年之前
  Ted Kremenek 9b66371644 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 14 年之前
  Ted Kremenek d767d81290 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. 14 年之前
  Argyrios Kyrtzidis 811d75ee35 [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 14 年之前