[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:05:26 PST 2023


aaron.ballman added a comment.

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!


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