[PATCH] D21666: [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".

Siva Chandra via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 13:27:22 PDT 2016


sivachandra added inline comments.

================
Comment at: lib/Tooling/Core/QualTypeNames.cpp:405
@@ -398,3 +404,3 @@
   // is not the global scope.
   Prefix = createNestedNameSpecifierForScopeOf(Ctx, QT.getTypePtr(),
                                                true /*FullyQualified*/);
----------------
I think that can eliminate the need for the Prepend method. Let me dig a little more and get back.


http://reviews.llvm.org/D21666





More information about the cfe-commits mailing list