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

David Blaikie dblaikie at gmail.com
Fri Aug 23 15:00:26 PDT 2013



================
Comment at: lib/CodeGen/CGDebugInfo.cpp:1267
@@ -1267,1 +1266,3 @@
+          DBuilder.createTemplateValueParameter(TheCU, Name, TTy,
+                                                V->stripPointerCasts());
       TemplateParams.push_back(TVP);
----------------
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?


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



More information about the cfe-commits mailing list