aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a minor formatting nit that @Fznamznon had pointed out but was missed.



================
Comment at: clang/lib/Parse/ParseDecl.cpp:431-436
+    if (Expr.isInvalid()) {
+      SawError = true;
+      break;
+    } else {
+      Exprs.push_back(Expr.get());
+    }
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156237/new/

https://reviews.llvm.org/D156237

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

Reply via email to