summaryrefslogtreecommitdiffstats
path: root/clang/examples/analyzer-plugin/MainCallChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland "[analyzer] Add an example plugin for checker dependency handling"Kristof Umann2019-05-161-54/+0
* Revert "[analyzer] Add a test for plugins using checker dependencies"Kristof Umann2019-05-151-0/+54
* [analyzer] Add a test for plugins using checker dependenciesKristof Umann2019-05-151-54/+0
* Fix the example checker plugin after r349812.Aaron Ballman2018-12-201-1/+3
* Fix a compilation error in examples/Kristof Umann2018-12-151-1/+1
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-3/+1
* analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corre...NAKAMURA Takumi2015-09-161-1/+1
* Fixing a build bot break from r240400.Aaron Ballman2015-06-231-2/+3
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-1/+1
* Sort the #include lines for examples/...Chandler Carruth2012-12-041-2/+2
* analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi2012-11-021-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* examples/analyzer-plugin/: unbreak buildDylan Noblesmith2012-02-091-2/+3
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-171-1/+1
* Don't use BuiltinBug in analyzer plugin example.Jordy Rose2011-08-171-1/+1
* [analyzer] Add basic support for pluggable checkers.Jordy Rose2011-08-171-0/+52
OpenPOWER on IntegriCloud