summaryrefslogtreecommitdiff
path: root/clang/examples/Attribute/Attribute.cpp
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
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
2020-12-21Refactoring the attribute plugin example to fit the new APIYafei Liu
2020-03-28Const-initialize ParsedAttrInfosBenjamin Kramer
2020-03-25Add an attribute plugin exampleJohn Brawn