summaryrefslogtreecommitdiff
path: root/clang/examples/Attribute
AgeCommit message (Expand)Author
2025-01-13[clang] Refactor attr diagnostics to use %select (#122473)Maksim Ivanov
2024-10-11[clang][frontend] Add support for attribute plugins for statement attributes ...Eric Astor
2024-09-20[Clang] Change Attribute plugin to link clang-cpp like other examples (#109319)Thomas Fransham
2023-08-11Fix examples after C2x renamingAaron Ballman
2023-05-31[clang] Add Parse and Sema support for RegularKeyword attributesRichard Sandiford
2023-03-13[clang][pp] Handle attributes defined by plugin in __has_attributeAnders Waldenborg
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-12-21Refactoring the attribute plugin example to fit the new APIYafei Liu
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