andreybokhanko added a comment. David, just noticed that your first question doesn't have a redefinition. For this program:
__unaligned int unaligned_foo3() { return 0; }
auto z = unaligned_foo3();
Both MS and us mangle z the same:
?z@@3HA
Yours,
Andrey
http://reviews.llvm.org/D19654
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
