aboutsummaryrefslogtreecommitdiff
path: root/clang/examples/analyzer-plugin/MainCallChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-16analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corre...NAKAMURA Takumi1-1/+1
2015-06-23Fixing a build bot break from r240400.Aaron Ballman1-2/+3
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles1-1/+1
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-1/+1
2012-12-04Sort the #include lines for examples/...Chandler Carruth1-2/+2
2012-11-02analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi1-1/+1
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith1-1/+1
2012-02-09examples/analyzer-plugin/: unbreak buildDylan Noblesmith1-2/+3
2011-08-17Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks1-1/+1
2011-08-17Don't use BuiltinBug in analyzer plugin example.Jordy Rose1-1/+1
2011-08-17[analyzer] Add basic support for pluggable checkers.Jordy Rose1-0/+52