[PATCH] D91047: Add a call super attribute plugin example
Yafei Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 8 22:40:28 PST 2020
psionic12 created this revision.
psionic12 added a reviewer: aaron.ballman.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
psionic12 requested review of this revision.
If a virtual method is marked as call_super, the
override method must call it, simpler feature like @CallSuper
in Android Java.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91047
Files:
clang/docs/ClangPlugins.rst
clang/examples/CMakeLists.txt
clang/examples/CallSuperAttribute/CMakeLists.txt
clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
clang/test/CMakeLists.txt
clang/test/Frontend/plugin-call-super.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91047.303752.patch
Type: text/x-patch
Size: 9108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201109/09fd82cc/attachment.bin>
More information about the cfe-commits
mailing list