summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi2017-01-141-0/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-1/+1
* Revert "Fix examples for recent shared_ptrification"David Blaikie2017-01-061-1/+1
* Fix examples for recent shared_ptrificationDavid Blaikie2017-01-051-1/+1
* [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar2016-10-101-2/+3
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-052-2/+2
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-282-2/+2
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-282-2/+2
* Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-272-2/+2
* Adjust Registry interface to not require plugins to export a registryJohn Brawn2016-07-272-2/+2
* Explicitly export symbols from the sample analyzer pluginJohn Brawn2016-07-082-1/+4
* [CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman2016-06-093-3/+3
* AnnotateFunctions: Tweak for mingw.NAKAMURA Takumi2016-04-041-0/+2
* Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn2016-04-041-1/+37
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-153-0/+62
* Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi2016-02-111-1/+0
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-091-0/+1
* Remove autoconf supportChris Bieneman2016-01-264-90/+0
* analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corre...NAKAMURA Takumi2015-09-161-1/+1
* Fixing a build bot break from r240400.Aaron Ballman2015-06-231-2/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber2015-05-171-2/+53
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko2015-01-231-1/+1
* Driver: Update clang-interpreter example for r218938Justin Bogner2014-10-031-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Fix configure and make build of clang-interpreter.Iain Sandoe2014-09-031-2/+4
* Reinstate "Update for llvm API change.""Eric Christopher2014-09-021-1/+0
* Go back to having a takeModule instead of a getModule.Rafael Espindola2014-08-191-1/+1
* Update for llvm api change.Rafael Espindola2014-08-191-13/+15
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Temporarily Revert "Update for llvm API change."Eric Christopher2014-08-071-0/+1
* Update for llvm API change.Rafael Espindola2014-08-071-1/+0
* Use ELF in the clang-interpreter on windows.Rafael Espindola2014-07-241-1/+8
* Attempt at fixing the windows shared build.Rafael Espindola2014-07-241-0/+1
* Use MCJIT.Rafael Espindola2014-07-242-2/+5
* Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola2014-07-241-2/+9
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* [CMake] Give explicit dependencies to a couple of modules, PrintFunctionNames...NAKAMURA Takumi2014-07-132-0/+18
* PrintFunctionNames/CMakeLists.txt: Fix a comment.NAKAMURA Takumi2014-07-131-1/+1
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-1/+0
* clang-interpreter: don't check input file existence, we're in-processAlp Toker2014-07-091-0/+1
* clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker2014-07-013-5/+6
* clang-interpreter: interpret instead of JITingAlp Toker2014-07-013-6/+6
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* Fix build break, replace take() with release().Ahmed Charles2014-03-091-1/+1