summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixup build of clang-interpreter example after change in r370122.Douglas Yung2019-08-281-5/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-3/+3
* [ORC] Fix clang-interpreter example code broken by r368707.Douglas Yung2019-08-141-3/+4
* Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames2019-07-181-44/+53
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-033-5/+9
* [PragmaHandler] Expose `#pragma` locationJoel E. Denny2019-05-211-1/+1
* Reland "[analyzer] Add an example plugin for checker dependency handling"Kristof Umann2019-05-164-70/+0
* Revert "[analyzer] Add a test for plugins using checker dependencies"Kristof Umann2019-05-154-0/+70
* [analyzer] Add a test for plugins using checker dependenciesKristof Umann2019-05-154-70/+0
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* 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