[PATCH] D140756: Add clang_CXXMethod_isExplicit to libclang
Igor Kushnir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 04:20:55 PST 2023
vedgy added a comment.
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?
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