[PATCH] D74643: [Parse] Consider attributes in `TryParsePtrOperatorSeq`.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 22 19:02:24 PST 2020
rsmith accepted this revision.
rsmith added inline comments.
================
Comment at: clang/include/clang/Parse/Parser.h:2444
+ /// Try to skip a possibly empty sequence of 'attribute-specifier' without of
+ /// full validation of the syntactic structure of attributes.
----------------
Stray "of' here. (And an 's' after "attribute-specifier" would improve readability.)
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