[clang] [cindex] Add support for calling getFullyQualifiedName to the Python binding. (PR #135420)
Brian Cody via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 13 05:48:40 PDT 2025
================
@@ -431,6 +431,7 @@ LLVM_19 {
LLVM_20 {
global:
+ clang_getFullyQualifiedName;
----------------
epistax wrote:
Thanks, I made a new section.
https://github.com/llvm/llvm-project/pull/135420
More information about the cfe-commits
mailing list