[PATCH] D140756: Add clang_CXXMethod_isExplicit to libclang

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 05:52:21 PST 2023


aaron.ballman added a comment.

In D140756#4099410 <https://reviews.llvm.org/D140756#4099410>, @aaron.ballman wrote:

> In D140756#4099326 <https://reviews.llvm.org/D140756#4099326>, @vedgy wrote:
>
>> Hello Luca and Aaron.
>> I have noticed that you recently implemented/reviewed multiple interesting libclang features, some of which can be used in KDevelop. However, `CINDEX_VERSION_MINOR` was last modified in Clang 13. This constant's documentation states:
>>
>>> `CINDEX_VERSION_MINOR` should increase when there are API additions.
>>
>> Can this constant be incremented in the upcoming Clang 16 release?
>
> That's a great catch, yes it can. I'll post a patch today to bump it on trunk and then file an issue to cherry-pick it over to the 16.x branch. Thank you!

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.


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