[PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 09:05:41 PDT 2016
majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Sema/SemaExprCXX.cpp:937
@@ -936,2 +936,3 @@
+ CXXThisTypeQuals &= Qualifiers::FastMask;
S.CXXThisTypeOverride
----------------
Can you add a comment for this line.
http://reviews.llvm.org/D20437
More information about the cfe-commits
mailing list