Add a call super attribute plugin example
authorYafei Liu <psionic12@outlook.com>
Fri, 20 Nov 2020 13:50:39 +0000 (08:50 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 20 Nov 2020 13:51:12 +0000 (08:51 -0500)
commit2ce6352e46344d97fed6a3ca6de7228345956191
tree2d2d68b2676e2ac819e083863e07bb34edf08b82
parent2033fa29b09f9402a9f09f9de20414e82f7d174c
Add a call super attribute plugin example

If a virtual method is marked as call_super, the
override method must call it, simpler feature like @CallSuper
in Android Java.
clang/examples/CMakeLists.txt
clang/examples/CallSuperAttribute/CMakeLists.txt [new file with mode: 0644]
clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp [new file with mode: 0644]
clang/test/CMakeLists.txt
clang/test/Frontend/plugin-call-super.cpp [new file with mode: 0644]