Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash
2022-02-10replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash
2021-11-25[clang][driver] Add -fplugin-arg- to pass arguments to pluginsTimm Bäder
2021-10-27[clang-repl] Remove redundant link libraries and drop unused file.Vassil Vassilev
2021-10-26Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev
2021-10-20[clang] Add plugin ActionType to run command line plugin before main actionArthur Eubanks
2021-10-09Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Leonard Chan
2021-10-08Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev
2021-09-03Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Vassil Vassilev
2021-09-03Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev
2021-09-01Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Nico Weber
2021-09-01Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev
2021-09-01Revert "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev
2021-09-01[clang-repl] Re-implement clang-interpreter as a test case.Vassil Vassilev
2021-08-05Fix clang-interpreter build after 2487db1f286222e2501c2fa8e8244eda13f6afc3Jon Roelofs
2020-12-21Refactoring the attribute plugin example to fit the new APIYafei Liu
2020-11-20Add a call super attribute plugin exampleYafei Liu
2020-10-27Correct examples after d3205bbca3e0002d76282878986993e7e7994779Tyker
2020-10-24Unbreak the clang-interpreter example after 0aec49c8531bc5282b095730d34681455...Benjamin Kramer
2020-09-07[cmake] Fix build of attribute plugin example on WindowsKristina Bessonova
2020-05-11[CMake] Fix building with -DBUILD_SHARED_LIBS=ON on mingwMartin Storsjö
2020-03-28Const-initialize ParsedAttrInfosBenjamin Kramer
2020-03-25Add an attribute plugin exampleJohn Brawn
2020-02-20[examples] Fix the clang-interpreter example for changes in 85fb997659b.Lang Hames
2020-01-22Update clang-interpreter example to incorporate changes in ce2207abaf9.Lang Hames
2019-12-09[Attr] Add missing header for clang example.David Green
2019-12-05Fix the clang interpreter example which was broken by 4fc68b9b7f3e0.Lang Hames
2019-08-28Fixup build of clang-interpreter example after change in r370122.Douglas Yung
2019-08-15[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14[ORC] Fix clang-interpreter example code broken by r368707.Douglas Yung
2019-07-19Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames
2019-07-04cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-05-22[PragmaHandler] Expose `#pragma` locationJoel E. Denny
2019-05-16Reland "[analyzer] Add an example plugin for checker dependency handling"Kristof Umann
2019-05-15Revert "[analyzer] Add a test for plugins using checker dependencies"Kristof Umann
2019-05-15[analyzer] Add a test for plugins using checker dependenciesKristof Umann
2019-03-05[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21cmake: Remove uses of add_llvm_loadable_module macroTom Stellard
2018-12-20Fix the example checker plugin after r349812.Aaron Ballman
2018-12-15Link examples/clang-interpreter against clangSerializationKristof Umann
2018-12-15Fix a compilation error in examples/Kristof Umann
2018-11-19Test commit - delete trailing space.Michael Platings
2018-10-16Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...Simon Pilgrim
2018-10-12Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.Simon Pilgrim
2018-06-03clang-interpreter: Add missing LLVM component ObjectFangrui Song
2018-05-25Convert clang-interpreter to ORC JIT APIStephane Sezer
2018-05-23Test commitKristof Umann
2018-05-23This is a test commit.David Carlier
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber