One inline comment and then LGTM. Thanks!
-eric ================ Comment at: lib/Sema/SemaStmtAsm.cpp:241 @@ -232,1 +240,3 @@ + // Bit field can't be referenced with a pointer. + if (Info.allowsMemory() && InputExpr->refersToBitField()) ---------------- "Bit field" -> "Bitfield" please. http://reviews.llvm.org/D10086 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
