summaryrefslogtreecommitdiff
path: root/examples/analyzer-plugin
Commit message (Expand)AuthorAge
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-13
* [examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose2014-02-12
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-11
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-23
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Sort the #include lines for examples/...Chandler Carruth2012-12-04
* analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi2012-11-02
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* examples/analyzer-plugin: hook up to buildDylan Noblesmith2012-02-13
* examples/analyzer-plugin/: unbreak buildDylan Noblesmith2012-02-09
* Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks2011-08-17
* Don't use BuiltinBug in analyzer plugin example.Jordy Rose2011-08-17
* [analyzer] Add basic support for pluggable checkers.Jordy Rose2011-08-17