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

Mikhail Ramalho via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 24 07:54:29 PDT 2018


mikhail.ramalho marked an inline comment as done.
mikhail.ramalho added a comment.

ping.



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


https://reviews.llvm.org/D36610





More information about the cfe-commits mailing list