aboutsummaryrefslogtreecommitdiff
path: root/clang/examples
AgeCommit message (Expand)AuthorFilesLines
2017-01-14Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi1-0/+1
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-1/+1
2017-01-06Revert "Fix examples for recent shared_ptrification"David Blaikie1-1/+1
2017-01-05Fix examples for recent shared_ptrificationDavid Blaikie1-1/+1
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar1-2/+3
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2-2/+2
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2-2/+2
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2-2/+2
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2-2/+2
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn2-2/+2
2016-07-08Explicitly export symbols from the sample analyzer pluginJohn Brawn2-1/+4
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