summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman3-3/+3
2016-04-04AnnotateFunctions: Tweak for mingw.NAKAMURA Takumi1-0/+2
2016-04-04Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn1-1/+37
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn3-0/+62
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi1-1/+0
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari1-0/+1
2016-01-26Remove autoconf supportChris Bieneman4-90/+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
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-17Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber1-2/+53
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+3
2015-01-23Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko1-1/+1
2014-10-03Driver: Update clang-interpreter example for r218938Justin Bogner1-2/+2
2014-09-04unique_ptrify JobList::JobsDavid Blaikie1-4/+4
2014-09-03Fix configure and make build of clang-interpreter.Iain Sandoe1-2/+4
2014-09-02Reinstate "Update for llvm API change.""Eric Christopher1-1/+0
2014-08-19Go back to having a takeModule instead of a getModule.Rafael Espindola1-1/+1
2014-08-19Update for llvm api change.Rafael Espindola1-13/+15
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+3
2014-08-07Temporarily Revert "Update for llvm API change."Eric Christopher1-0/+1
2014-08-07Update for llvm API change.Rafael Espindola1-1/+0
2014-07-24Use ELF in the clang-interpreter on windows.Rafael Espindola1-1/+8
2014-07-24Attempt at fixing the windows shared build.Rafael Espindola1-0/+1
2014-07-24Use MCJIT.Rafael Espindola2-2/+5
2014-07-24Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola1-2/+9
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-3/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+3
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-1/+1
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi2-0/+18
2014-07-13PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi1-1/+1
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi1-1/+0
2014-07-09clang-interpreter: don't check input file existence, we're in-processAlp Toker1-0/+1
2014-07-01clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker3-5/+6
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker3-6/+6
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker1-1/+1
2014-03-09Fix build break, replace take() with release().Ahmed Charles1-1/+1
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2-6/+6
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2-20/+0
2014-02-20[CMake] Fix installation without CLANG_BUILD_EXAMPLESJordan Rose1-0/+1
2014-02-13[examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2-3/+2
2014-02-12[examples] Use loadable modules instead of shared libraries for Clang plugins.Jordan Rose3-30/+3
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-1/+1
2014-01-31[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC_ANALYZER.NAKAMURA Takumi1-0/+2
2014-01-23[CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2-6/+2
2013-12-30Don't use PrintFunctionNames.exports on Windows.Nico Weber1-3/+6
2013-12-29Fix typo in comment.Nico Weber1-1/+1