[PATCH] D140756: Add clang_CXXMethod_isExplicit to libclang

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 06:11:30 PST 2023


aaron.ballman added a comment.

In D140756#4099558 <https://reviews.llvm.org/D140756#4099558>, @vedgy wrote:

>> 79571aa2103c95760a07e3549d8636379e4948f0 <https://reviews.llvm.org/rG79571aa2103c95760a07e3549d8636379e4948f0> is the commit on main and https://github.com/llvm/llvm-project/issues/60478 is for the 16.x cherry-pick.
>
> Thank you Aaron! But note that this review's commit ended up in Clang 17, not Clang 16. Previous API additions have been implemented earlier and are included in Clang 16.

Yup, that's why I opened up the issue to backport it into Clang 16. We don't usually make edits directly to the branch, instead we put them on main and cherry-pick them over to the release branch. Our cherry-picking bot is doing the work (you can see it adding comments to https://github.com/llvm/llvm-project/issues/60478).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140756



More information about the cfe-commits mailing list