[all-commits] [llvm/llvm-project] b30263: [libclang] Allow using PrintingPolicy with types (...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Fri Jan 10 15:11:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b302633bc5b93118b8a0bcaabfe0957294b9e894
https://github.com/llvm/llvm-project/commit/b302633bc5b93118b8a0bcaabfe0957294b9e894
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M clang/bindings/python/clang/cindex.py
M clang/bindings/python/tests/cindex/test_type.py
M clang/docs/ReleaseNotes.rst
M clang/include/clang-c/Index.h
M clang/tools/libclang/CXType.cpp
M clang/tools/libclang/libclang.map
Log Message:
-----------
[libclang] Allow using PrintingPolicy with types (#122386)
This allows controlling pretty-printing of types the same way it works
with cursors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list