aboutsummaryrefslogtreecommitdiff
path: root/clang/examples
AgeCommit message (Expand)AuthorFilesLines
2024-06-08Enable LLDB tests in Linux pre-merge CI (#94208)Vlad Serebrennikov1-1/+1
2023-11-07[clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp ...Jie Fu1-3/+0
2023-11-06[Clang] Add codegen option to add passbuilder callback functions (#70171)William Moses4-0/+102
2023-08-11Fix examples after C2x renamingAaron Ballman1-2/+2
2023-05-31[clang] Add Parse and Sema support for RegularKeyword attributesRichard Sandiford2-2/+2
2023-03-13[clang][pp] Handle attributes defined by plugin in __has_attributeAnders Waldenborg1-1/+4
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash6-10/+12
2022-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash5-5/+5
2021-11-25[clang][driver] Add -fplugin-arg- to pass arguments to pluginsTimm Bäder1-0/+2
2021-10-27[clang-repl] Remove redundant link libraries and drop unused file.Vassil Vassilev1-235/+0
2021-10-26Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev4-147/+0
2021-10-20[clang] Add plugin ActionType to run command line plugin before main actionArthur Eubanks3-0/+129
2021-10-08Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Leonard Chan4-0/+147
2021-10-08Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev4-147/+0
2021-09-03Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Vassil Vassilev4-0/+147
2021-09-03Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev4-147/+0
2021-09-01Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Nico Weber4-0/+147
2021-09-01Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev4-147/+0
2021-09-01Revert "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev4-0/+147
2021-09-01[clang-repl] Re-implement clang-interpreter as a test case.Vassil Vassilev4-147/+0
2021-08-05Fix clang-interpreter build after 2487db1f286222e2501c2fa8e8244eda13f6afc3Jon Roelofs1-1/+2
2020-12-21Refactoring the attribute plugin example to fit the new APIYafei Liu1-16/+33
2020-11-20Add a call super attribute plugin exampleYafei Liu3-0/+204
2020-10-27Correct examples after d3205bbca3e0002d76282878986993e7e7994779Tyker1-2/+2
2020-10-24Unbreak the clang-interpreter example after 0aec49c8531bc5282b095730d34681455...Benjamin Kramer1-0/+5
2020-09-07[cmake] Fix build of attribute plugin example on WindowsKristina Bessonova1-1/+1
2020-05-11[CMake] Fix building with -DBUILD_SHARED_LIBS=ON on mingwMartin Storsjö1-1/+1
2020-03-28Const-initialize ParsedAttrInfosBenjamin Kramer1-3/+4
2020-03-25Add an attribute plugin exampleJohn Brawn3-0/+92
2020-02-19[examples] Fix the clang-interpreter example for changes in 85fb997659b.Lang Hames1-1/+1
2020-01-21Update clang-interpreter example to incorporate changes in ce2207abaf9.Lang Hames1-1/+2
2019-12-09[Attr] Add missing header for clang example.David Green1-0/+1
2019-12-05Fix the clang interpreter example which was broken by 4fc68b9b7f3e0.Lang Hames1-3/+4
2019-08-28Fixup build of clang-interpreter example after change in r370122.Douglas Yung1-5/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere3-3/+3
2019-08-14[ORC] Fix clang-interpreter example code broken by r368707.Douglas Yung1-3/+4
2019-07-18Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames1-44/+53
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard3-5/+9
2019-05-21[PragmaHandler] Expose `#pragma` locationJoel E. Denny1-1/+1
2019-05-16Reland "[analyzer] Add an example plugin for checker dependency handling"Kristof Umann4-70/+0
2019-05-15Revert "[analyzer] Add a test for plugins using checker dependencies"Kristof Umann4-0/+70
2019-05-15[analyzer] Add a test for plugins using checker dependenciesKristof Umann4-70/+0
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2018-12-20cmake: Remove uses of add_llvm_loadable_module macroTom Stellard3-3/+3
2018-12-20Fix the example checker plugin after r349812.Aaron Ballman1-1/+3
2018-12-15Link examples/clang-interpreter against clangSerializationKristof Umann1-0/+1
2018-12-15Fix a compilation error in examples/Kristof Umann1-1/+1
2018-11-19Test commit - delete trailing space.Michael Platings1-1/+1
2018-10-16Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...Simon Pilgrim1-3/+3