[PATCH] D96832: [Clang][Attributes] Allow not_tail_called attribute to be applied to virtual function.

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 15:35:23 PST 2021


zequanwu updated this revision to Diff 326222.
zequanwu marked 2 inline comments as done.
zequanwu added a comment.

Add a doc example and CodeGen testcase about `not_tail_called` being applied to method override in a derived class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96832/new/

https://reviews.llvm.org/D96832

Files:
  clang/include/clang/Basic/AttrDocs.td
  clang/lib/Sema/SemaDecl.cpp
  clang/test/CodeGenCXX/attr-notail.cpp
  clang/test/SemaCXX/attr-notail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96832.326222.patch
Type: text/x-patch
Size: 4644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210224/3c012ab3/attachment-0001.bin>


More information about the cfe-commits mailing list