[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
================
@@ -643,6 +645,8 @@ Python Binding Changes
the cursor is a specialization of.
- Added ``Type.get_methods``, a binding for ``clang_visitCXXMethods``, which
allows visiting the methods of a class.
+- Added ``Type.getFullyQualifiedName``, which provides fully qualified type names as
----------------
DeinAlptraum wrote:
The function name is off
```suggestion
- Added ``Type.get_fully_qualified_name``, which provides fully qualified type names as
```
https://github.com/llvm/llvm-project/pull/135420
More information about the cfe-commits
mailing list