[all-commits] [llvm/llvm-project] 2ce635: Add a call super attribute plugin example

psionic12 via All-commits all-commits at lists.llvm.org
Fri Nov 20 05:51:53 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ce6352e46344d97fed6a3ca6de7228345956191
      https://github.com/llvm/llvm-project/commit/2ce6352e46344d97fed6a3ca6de7228345956191
  Author: Yafei Liu <psionic12 at outlook.com>
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
    M clang/examples/CMakeLists.txt
    A clang/examples/CallSuperAttribute/CMakeLists.txt
    A clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
    M clang/test/CMakeLists.txt
    A clang/test/Frontend/plugin-call-super.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list