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

David Blaikie dblaikie at gmail.com
Fri Aug 23 16:14:18 PDT 2013



================
Comment at: test/CodeGenCXX/debug-info-template.cpp:102
@@ +101,3 @@
+struct _GUID;
+template <const _GUID *>
+struct tmpl_guid {
----------------
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)


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



More information about the cfe-commits mailing list