summaryrefslogtreecommitdiff
path: root/clang/examples/Attribute
Commit message (Expand)AuthorAgeFilesLines
* [clang][pp] Handle attributes defined by plugin in __has_attributeAnders Waldenborg2023-03-131-1/+4
* clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash2022-02-161-1/+1
* replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash2022-02-091-1/+1
* Refactoring the attribute plugin example to fit the new APIYafei Liu2020-12-211-16/+33
* [cmake] Fix build of attribute plugin example on WindowsKristina Bessonova2020-09-071-1/+1
* [CMake] Fix building with -DBUILD_SHARED_LIBS=ON on mingwMartin Storsjö2020-05-111-1/+1
* Const-initialize ParsedAttrInfosBenjamin Kramer2020-03-281-3/+4
* Add an attribute plugin exampleJohn Brawn2020-03-252-0/+91