[PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 21:16:44 PDT 2016
majnemer added a comment.
It would be good to have a test for the variable template case:
template <typename T>
T x;
auto g() { return x<int __unaligned *>; }
should mangle to `??$x at PEFAH@@3PEFAHEFA`
http://reviews.llvm.org/D19654
More information about the cfe-commits
mailing list