summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-01-14Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "Fix examples for recent shared_ptrification"David Blaikie
2017-01-05Fix examples for recent shared_ptrificationDavid Blaikie
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn
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-04-04AnnotateFunctions: Tweak for mingw.NAKAMURA Takumi
2016-04-04Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn
2016-02-11Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi
2016-02-09clang-cl: Support loading plugins on WindowsEhsan Akhgari
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
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-17Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-01-23Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko
2014-10-03Driver: Update clang-interpreter example for r218938Justin Bogner
2014-09-04unique_ptrify JobList::JobsDavid Blaikie
2014-09-03Fix configure and make build of clang-interpreter.Iain Sandoe
2014-09-02Reinstate "Update for llvm API change.""Eric Christopher
2014-08-19Go back to having a takeModule instead of a getModule.Rafael Espindola
2014-08-19Update for llvm api change.Rafael Espindola
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-07Temporarily Revert "Update for llvm API change."Eric Christopher
2014-08-07Update for llvm API change.Rafael Espindola
2014-07-24Use ELF in the clang-interpreter on windows.Rafael Espindola
2014-07-24Attempt at fixing the windows shared build.Rafael Espindola
2014-07-24Use MCJIT.Rafael Espindola
2014-07-24Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi
2014-07-13[CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi
2014-07-13PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi
2014-07-09clang-interpreter: don't check input file existence, we're in-processAlp Toker
2014-07-01clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker