[clang] [cindex] Add support for calling getFullyQualifiedName to the Python binding. (PR #135420)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 12 23:23:56 PDT 2025
================
@@ -431,6 +431,7 @@ LLVM_19 {
LLVM_20 {
global:
+ clang_getFullyQualifiedName;
----------------
DeinAlptraum wrote:
Since LLVM 20 has been released, you need to open a new section here for LLVM 21 (which is where this change is going to be included in)
https://github.com/llvm/llvm-project/pull/135420
More information about the cfe-commits
mailing list