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

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



================
Comment at: test/CodeGenCXX/debug-info-template.cpp:102
@@ +101,3 @@
+struct _GUID;
+template <const _GUID *>
+struct tmpl_guid {
----------------
David Blaikie wrote:
> The test would be marginally simpler if this was just _GUID*, without the const. (one fewer layers of type sugar you need to walk through in the metadata)
I changed it but it won't end up making the metadata any smaller because the underlying object is still const.


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



More information about the cfe-commits mailing list