summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* cmake: Remove uses of add_llvm_loadable_module macroTom Stellard2018-12-203-3/+3
* Fix the example checker plugin after r349812.Aaron Ballman2018-12-201-1/+3
* Link examples/clang-interpreter against clangSerializationKristof Umann2018-12-151-0/+1
* Fix a compilation error in examples/Kristof Umann2018-12-151-1/+1
* Test commit - delete trailing space.Michael Platings2018-11-191-1/+1
* Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...Simon Pilgrim2018-10-161-3/+3
* Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.Simon Pilgrim2018-10-121-1/+1
* clang-interpreter: Add missing LLVM component ObjectFangrui Song2018-06-031-0/+1
* Convert clang-interpreter to ORC JIT APIStephane Sezer2018-05-256-506/+84
* Test commitKristof Umann2018-05-231-2/+2
* This is a test commit.David Carlier2018-05-231-1/+1
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* clang-interpreter example cmake fixLuke Cheeseman2018-03-211-1/+1
* [CMake] Properly quote string arguments to quiet errors from r327528 when builtFrederich Munch2018-03-141-7/+7
* Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch2018-03-148-49/+621
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-3/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* 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