summaryrefslogtreecommitdiff
path: root/examples/analyzer-plugin
AgeCommit message (Expand)AuthorFilesLines
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-20/+0
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-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi1-0/+9
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles1-1/+1
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi1-10/+0
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose1-3/+1
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose1-13/+1
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-1/+1
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi1-3/+1
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi1-1/+5
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-07-27libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi1-0/+9
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-4/+4
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith1-1/+1
2012-02-13examples/analyzer-plugin: hook up to buildDylan Noblesmith2-2/+2
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 Rose3-0/+86