summaryrefslogtreecommitdiffstats
path: root/examples/analyzer-plugin
Commit message (Expand)AuthorAgeFilesLines
* Explicitly export symbols from the sample analyzer pluginJohn Brawn2016-07-082-1/+4
* [CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman2016-06-091-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-20/+0
* 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
* [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi2014-07-131-0/+9
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-10/+0
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-131-3/+1
* [examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2014-02-121-13/+1
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-1/+1
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-231-3/+1
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-1/+5
* 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
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-271-0/+9
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+4
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* examples/analyzer-plugin: hook up to buildDylan Noblesmith2012-02-132-2/+2
* 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-173-0/+86