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

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 14:45:55 PST 2021


Quuxplusone accepted this revision.
Quuxplusone added a comment.

Marking "accepted" from me, merely to indicate that my grammar stuff is not blocking and I don't expect I'll have any further substantive comments.



================
Comment at: clang/include/clang/Basic/AttrDocs.td:4101
+      Foo& foo = bar;
+      // not_tail_called will not have effect on here, even though the
+      // underlying method is f from Bar.
----------------
Same grammar thing here: `not_tail_called has no effect here, even though the`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96832



More information about the cfe-commits mailing list