cor3ntin added inline comments.
================ Comment at: clang/lib/Parse/ParseDecl.cpp:431-436 + if (Expr.isInvalid()) { + SawError = true; + break; + } else { + Exprs.push_back(Expr.get()); + } ---------------- aaron.ballman wrote: > Oups, sorry @Fznamznon, I'll fix that! 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