[PATCH] D36610: [Tooling] Add option to getFullyQualifiedName using a custom PritingPolicy

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 16 14:32:23 PDT 2018


rnk accepted this revision.
rnk added a comment.

Mostly looks good.



================
Comment at: unittests/Tooling/QualTypeNamesTest.cpp:225
+
+  TypeNameVisitor PrintingPolicy;
+  PrintingPolicy.ExpectedQualTypeNames["a"] = "short";
----------------
Please choose a different variable name that doesn't clash with the PrintingPolicy type.


https://reviews.llvm.org/D36610





More information about the cfe-commits mailing list