[clang] [libclang] Add API to query more information about base classes. (PR #120300)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 19 08:17:46 PST 2024
================
@@ -437,6 +437,8 @@ LLVM_19 {
LLVM_20 {
global:
clang_isBeforeInTranslationUnit;
+ clang_getOffsetOfBase;
+ clang_visitCXXBaseClasses;
----------------
DeinAlptraum wrote:
Not sure if this actually matters, but since all the other entries follow an alphabetic order, please keep it that way.
https://github.com/llvm/llvm-project/pull/120300
More information about the cfe-commits
mailing list