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

Nice!



================
Comment at: clang/lib/Parse/ParseExpr.cpp:2107
+      } else if (OrigLHS && Name.isValid()) {
+        // Preserve the member expr if the LHS is an invalid members.
+        LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(),
----------------
preserve the LHS if the RHS is an invalid member?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76764



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

Reply via email to