summaryrefslogtreecommitdiff
path: root/clang/examples
Commit message (Expand)AuthorAgeFilesLines
* [clang][pp] Handle attributes defined by plugin in __has_attributeAnders Waldenborg2023-03-131-1/+4
* clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash2022-02-166-10/+12
* replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash2022-02-095-5/+5
* [clang][driver] Add -fplugin-arg- to pass arguments to pluginsTimm Bäder2021-11-251-0/+2
* [clang-repl] Remove redundant link libraries and drop unused file.Vassil Vassilev2021-10-271-235/+0
* Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev2021-10-264-147/+0
* [clang] Add plugin ActionType to run command line plugin before main actionArthur Eubanks2021-10-203-0/+129
* Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Leonard Chan2021-10-084-0/+147
* Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev2021-10-084-147/+0
* Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Vassil Vassilev2021-09-034-0/+147
* Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev2021-09-034-147/+0
* Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Nico Weber2021-09-014-0/+147
* Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev2021-09-014-147/+0
* Revert "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev2021-09-014-0/+147
* [clang-repl] Re-implement clang-interpreter as a test case.Vassil Vassilev2021-09-014-147/+0
* Fix clang-interpreter build after 2487db1f286222e2501c2fa8e8244eda13f6afc3Jon Roelofs2021-08-051-1/+2
* Refactoring the attribute plugin example to fit the new APIYafei Liu2020-12-211-16/+33
* Add a call super attribute plugin exampleYafei Liu2020-11-203-0/+204
* Correct examples after d3205bbca3e0002d76282878986993e7e7994779Tyker2020-10-271-2/+2
* Unbreak the clang-interpreter example after 0aec49c8531bc5282b095730d34681455...Benjamin Kramer2020-10-241-0/+5
* [cmake] Fix build of attribute plugin example on WindowsKristina Bessonova2020-09-071-1/+1
* [CMake] Fix building with -DBUILD_SHARED_LIBS=ON on mingwMartin Storsjö2020-05-111-1/+1
* Const-initialize ParsedAttrInfosBenjamin Kramer2020-03-281-3/+4
* Add an attribute plugin exampleJohn Brawn2020-03-253-0/+92
* [examples] Fix the clang-interpreter example for changes in 85fb997659b.Lang Hames2020-02-191-1/+1
* Update clang-interpreter example to incorporate changes in ce2207abaf9.Lang Hames2020-01-211-1/+2
* [Attr] Add missing header for clang example.David Green2019-12-091-0/+1
* Fix the clang interpreter example which was broken by 4fc68b9b7f3e0.Lang Hames2019-12-051-3/+4
* 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