[PATCH] D133924: add clang_CXXMethod_isDeleted function
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 16 05:10:12 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from the one minor nit.
Do you need someone to commit on your behalf? If so, what name and email address would you like used for patch attribution?
================
Comment at: clang/docs/ReleaseNotes.rst:323
+- Introduced the new function `clang_CXXMethod_isDeleted`, which queries
+ whether the method is declared `= delete.
----------------
tbaeder wrote:
>
Looks like this change still needs to be applied.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133924/new/
https://reviews.llvm.org/D133924
More information about the cfe-commits
mailing list