summaryrefslogtreecommitdiff
path: root/clang/examples/AnnotateFunctions
AgeCommit message (Expand)Author
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash
2022-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash
2020-10-27Correct examples after d3205bbca3e0002d76282878986993e7e7994779Tyker
2019-12-09[Attr] Add missing header for clang example.David Green
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-05-21[PragmaHandler] Expose `#pragma` locationJoel E. Denny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20cmake: Remove uses of add_llvm_loadable_module macroTom Stellard
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-27Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-27Adjust Registry interface to not require plugins to export a registryJohn Brawn
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman
2016-04-04AnnotateFunctions: Tweak for mingw.NAKAMURA Takumi
2016-04-04Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn