changyu added inline comments.
================ Comment at: lib/AST/ExprCXX.cpp:1481 + if (E.isInvalid() || Trap.hasErrorOccurred()) { + // C++2a [temp.constr.atomic]p1 + // ...If substitution results in an invalid type or expression, the ---------------- You have four spaces of indenting here. ================ Comment at: lib/Parse/ParseExpr.cpp:225 + if (Res.isUsable() && !Actions.CheckConstraintExpression(Res.get())) { + return ExprError(); + } ---------------- Indenting. Repository: rC Clang https://reviews.llvm.org/D41217 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits