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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 06:01:46 PDT 2017


arphaman added inline comments.


================
Comment at: unittests/Tooling/QualTypeNamesTest.cpp:247
+      "struct (anonymous struct at input.cc:1:1)";
+  PrintingPolicy.runOver(
+      "struct\n"
----------------
You should probably use multiline string here, i.e. R(" ... ")


https://reviews.llvm.org/D36610





More information about the cfe-commits mailing list