================
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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to