提交历史

作者 SHA1 备注 提交日期
  Eugene Zelenko 3f227f45a8 [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Mehdi Amini 2e23251d3e [NFC] Header cleanup 9 年之前
  Ben Craig 75760690cf [Analyzer] Don't cache report generation ExplodedNodes 9 年之前
  Angel Garcia Gomez d162035b9b Roll-back r250822. 9 年之前
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. 9 年之前
  Ted Kremenek 99bb39afb4 [analyzer] Apply whitespace cleanups by Honggyu Kim. 10 年之前
  Benjamin Kramer 86f8bacaeb Reduce double set lookups. NFC. 11 年之前
  David Blaikie 71c982873a unique_ptrify ExplodedGraph::trim 11 年之前
  Craig Topper 1843a2095a [C++11] Use 'nullptr'. StaticAnalyzer edition. 11 年之前
  Anton Yartsev efeac4d14e [analyzer] Fix for PR18394. 11 年之前
  Robert Wilhelm 344472ebed Use pop_back_val() instead of both back() and pop_back(). 12 年之前
  Anna Zaks 3655119ab1 [analyzer] Cleanup: only get the PostStmt when we need the underlying Stmt + comment 12 年之前
  Jordan Rose 0f3a34fb7f Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph." 12 年之前
  Jordan Rose f4cf6b10f8 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. 12 年之前
  Jordan Rose c996313273 [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef. 12 年之前
  Ted Kremenek b7a3f74bbb [analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLVM codebase. 12 年之前
  Ted Kremenek 6f8e9b6cae [analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor or predecessor. 12 年之前
  Ted Kremenek 4e9c085438 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. 12 年之前
  Ted Kremenek 43b82b823a [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. 12 年之前
  David Blaikie 7a95de68c0 Replace ProgramPoint llvm::cast support to be well-defined. 12 年之前
  Jordan Rose c39f9fa39c [analyzer] Remove isa<> followed by dyn_cast<>. 12 年之前
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 年之前
  Jordan Rose 09f7bf14d2 [analyzer] Use the CallEnter node to get a value for tracked null arguments. 13 年之前
  Jordan Rose 4d9e497a2b [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. 13 年之前
  Jordan Rose 8347d3d45e [analyzer] Allow a BugReport to be marked "invalid" during path generation. 13 年之前
  Anna Zaks 99d68e9b4c [analyzer] Explain why we need condition 8. 13 年之前
  Ted Kremenek 62bde3e0a0 ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts 13 年之前
  Jordan Rose 6062334cc3 [analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt. 13 年之前
  Jordan Rose 1833d28434 [analyzer] Add comments to ExplodedNode::NodeGroup. 13 年之前
  Jordan Rose 46e778145c [analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup. 13 年之前