[clang] [libclang/python] Add python bindings for PrintingPolicy (PR #120494)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 8 07:37:55 PDT 2025
epistax wrote:
Should this have enabled getting fully qualified type names? From Python I am using a PrintingPolicy with the FullyQualifiedName property set, but using pretty_printed on a type name with the policy does not provide a fully qualified name.
https://github.com/llvm/llvm-project/pull/120494
More information about the cfe-commits
mailing list