[PATCH] D36610: [Tooling] Add option to getFullyQualifiedName using a custom PritingPolicy
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 7 01:39:37 PST 2017
klimek added a comment.
Sorry for jumping in late, but I'm somewhat questioning whether an extra function in the API is worth the cost here:
If you already have a printing policy, getting the type name will be 1 line instead of 2; having an extra function in a large API seems not worth it at a first glance.
https://reviews.llvm.org/D36610
More information about the cfe-commits
mailing list