[PATCH] D68849: [Parse] Don't speculatively parse an identifier in the wrong context.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 16:23:59 PDT 2019


rsmith added a comment.

https://reviews.llvm.org/D68896 for the patch to defer forming the `Expr` until it's consumed. This is still not right for implicit member access, but I think that's feasible to fix too (if a little awkward).


Repository:
  rC Clang

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

https://reviews.llvm.org/D68849





More information about the cfe-commits mailing list