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@PEFAH@@3PEFAHEFA` http://reviews.llvm.org/D19654 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits