[PATCH] D74643: [Parse] Consider attributes in `TryParsePtrOperatorSeq`.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 11:17:00 PST 2020
rjmccall added inline comments.
================
Comment at: clang/lib/Parse/ParseTentative.cpp:798
+ if (Tok.is(tok::l_square)) {
+ ConsumeBracket();
+ if (!SkipUntil(tok::r_square))
----------------
Do you want to check for double-brackets here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74643/new/
https://reviews.llvm.org/D74643
More information about the cfe-commits
mailing list