[PATCH] DebugInfo: Emit info for constant expressions in template arguments

David Majnemer david.majnemer at gmail.com
Fri Aug 23 15:23:09 PDT 2013



================
Comment at: lib/CodeGen/CGDebugInfo.cpp:1267
@@ -1267,1 +1266,3 @@
+          DBuilder.createTemplateValueParameter(TheCU, Name, TTy,
+                                                V->stripPointerCasts());
       TemplateParams.push_back(TVP);
----------------
David Blaikie wrote:
> I don't mind /too/ much rolling this change into the same patch (but separate would be nice) - but is it tested in this change?
Removed, I'll do this in another patch.


http://llvm-reviews.chandlerc.com/D1453



More information about the cfe-commits mailing list