[PATCH] D20040: Treat qualifiers on elaborated types for qualtypenames appropriately.

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 11:56:55 PDT 2016


dblaikie added a subscriber: dblaikie.

================
Comment at: unittests/Tooling/QualTypeNamesTest.cpp:91
@@ -90,2 +90,3 @@
   Visitor.ExpectedQualTypeNames["AliasTypeVal"] = "A::B::C::InnerAlias<int>";
+  Visitor.ExpectedQualTypeNames["CheckM"] = "const A::B::Class0 *";
   Visitor.runOver(
----------------
What does this produce without your change? (what's the change causing to happen?)


http://reviews.llvm.org/D20040





More information about the cfe-commits mailing list