aboutsummaryrefslogtreecommitdiff
path: root/clang/examples
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-12Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.Simon Pilgrim1-1/+1
2018-06-03clang-interpreter: Add missing LLVM component ObjectFangrui Song1-0/+1
2018-05-25Convert clang-interpreter to ORC JIT APIStephane Sezer6-506/+84
2018-05-23Test commitKristof Umann1-2/+2
2018-05-23This is a test commit.David Carlier1-1/+1
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber1-1/+1
2018-03-21clang-interpreter example cmake fixLuke Cheeseman1-1/+1
2018-03-14[CMake] Properly quote string arguments to quiet errors from r327528 when builtFrederich Munch1-7/+7
2018-03-14Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch8-49/+621
2018-01-17[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov1-3/+1
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-01-14Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi1-0/+1
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-1/+1
2017-01-06Revert "Fix examples for recent shared_ptrification"David Blaikie1-1/+1
2017-01-05Fix examples for recent shared_ptrificationDavid Blaikie1-1/+1
2016-10-10[Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.Justin Lebar1-2/+3
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2-2/+2
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2-2/+2
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2-2/+2
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2-2/+2
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn2-2/+2