[PATCH] D18596: [MSVC] PR27132: Proper mangling for __unaligned qualifier

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 10:13:41 PDT 2016


majnemer added a comment.

I didn't implement a mangling for `__unaligned` because our implementation of it is broken.
It should not be modeled as an attribute, it should be modeled as a qualifier because it is possible to overload on it.


http://reviews.llvm.org/D18596





More information about the cfe-commits mailing list