[PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types

Andrey Bokhanko via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 02:46:39 PDT 2016


andreybokhanko marked 3 inline comments as done.

================
Comment at: lib/Sema/SemaExprCXX.cpp:937
@@ -936,2 +936,3 @@
     
+  CXXThisTypeQuals &= Qualifiers::FastMask;
   S.CXXThisTypeOverride
----------------
majnemer wrote:
> Can you add a comment for this line.
Done.

Thank you for the review!


http://reviews.llvm.org/D20437





More information about the cfe-commits mailing list