Commit History

Author SHA1 Message Date
  George Karpenkov b340ee9768 [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the helper is used consistently 7 years ago
  NAKAMURA Takumi 0e20736e0e analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corresponding to r247859. 10 years ago
  Aaron Ballman 4f328db55d Fixing a build bot break from r240400. 10 years ago
  Ahmed Charles facff14381 [C++11] Remove the remaining uses of OwningPtr. 11 years ago
  Alexander Kornienko 15c01b27f5 Expose the name of the checker producing each diagnostic message. 11 years ago
  Chandler Carruth e0c6e93ddd Sort the #include lines for examples/... 12 years ago
  NAKAMURA Takumi 5b4379fafe analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275. 12 years ago
  Dylan Noblesmith 1e4c01b792 drop more llvm:: prefixes on OwningPtr<> 13 years ago
  Dylan Noblesmith 8f79e3f571 examples/analyzer-plugin/: unbreak build 13 years ago
  Anna Zaks e172e8b9e7 Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. 14 years ago
  Jordy Rose 26fb4cbaef Don't use BuiltinBug in analyzer plugin example. 14 years ago
  Jordy Rose 77a33a7170 [analyzer] Add basic support for pluggable checkers. 14 years ago