rsmith added a comment.

This looks fine, but needs a test.



================
Comment at: lib/Sema/SemaDecl.cpp:15576
 
+    // Handle attributes before checking for alignas underalignment.
+    if (Attr)
----------------
More generally: "before checking the layout".


================
Comment at: lib/Sema/SemaDecl.cpp:15651
     }
   } else {
     ObjCIvarDecl **ClsFields =
----------------
Do we need to do any attribute processing in this Objective-C interface / 
implementation / category case?


Repository:
  rC Clang

https://reviews.llvm.org/D46439



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to