Add an attribute plugin example
authorJohn Brawn <john.brawn@arm.com>
Wed, 25 Mar 2020 13:49:02 +0000 (13:49 +0000)
committerJohn Brawn <john.brawn@arm.com>
Wed, 25 Mar 2020 14:33:44 +0000 (14:33 +0000)
commit3f03c12a51be656c595301ace832c24a68601ee2
tree6c8da97b06dde1698bee68fd8ea0c82a27d18f15
parentbc3f171090f6d9f84a5d7b333bc70a1e14afffd4
Add an attribute plugin example

Differential Revision: https://reviews.llvm.org/D31343
clang/docs/ClangPlugins.rst
clang/examples/Attribute/Attribute.cpp [new file with mode: 0644]
clang/examples/Attribute/CMakeLists.txt [new file with mode: 0644]
clang/examples/CMakeLists.txt
clang/test/CMakeLists.txt
clang/test/Frontend/plugin-attribute.cpp [new file with mode: 0644]