summaryrefslogtreecommitdiff
path: root/examples/analyzer-plugin
AgeCommit message (Expand)Author
2016-07-08Explicitly export symbols from the sample analyzer pluginJohn Brawn
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman
2016-01-26Remove autoconf supportChris Bieneman
2015-09-16analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corre...NAKAMURA Takumi
2015-06-23Fixing a build bot break from r240400.Aaron Ballman
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2012-12-04Sort the #include lines for examples/...Chandler Carruth
2012-11-02analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi
2012-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-02-13examples/analyzer-plugin: hook up to buildDylan Noblesmith
2012-02-09examples/analyzer-plugin/: unbreak buildDylan Noblesmith
2011-08-17Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks
2011-08-17Don't use BuiltinBug in analyzer plugin example.Jordy Rose
2011-08-17[analyzer] Add basic support for pluggable checkers.Jordy Rose