[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 13:55:03 PDT 2019
rsmith added a comment.
It looks like it's not actually all that complex to defer building the expression until we're ready to consume the annotation. I've got a mostly-complete patch for that, and I'd like to try finishing that before we add workarounds.
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