[PATCH] D39903: [libclang] Allow pretty printing declarations
Jonathan B Coe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 13:35:35 PST 2018
jbcoe added inline comments.
================
Comment at: tools/libclang/libclang.exports:365
+clang_PrintingPolicy_get
+clang_PrintingPolicy_set
+clang_PrintingPolicy_dispose
----------------
clang_PrintingPolicy_setProperty and clang_PrintingPolicy_getProperty might be better names (I know the ones you have used were my earlier suggestions).
Repository:
rC Clang
https://reviews.llvm.org/D39903
More information about the cfe-commits
mailing list