[PATCH] D137020: [clang][AST] Handle variable declaration with unknown typedef in C
Dilshod Urazov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 4 10:46:24 PST 2022
urazoff added inline comments.
================
Comment at: clang/lib/Parse/ParseStmt.cpp:177-178
+ case tok::kw___attribute:
+ case tok::kw_const:
+ case tok::kw_volatile:
+ case tok::star:
----------------
aaron.ballman wrote:
> What about other qualifiers? `_Nullable` and `restrict` and whatnot?
I think `restrict` can not go just after type name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137020/new/
https://reviews.llvm.org/D137020
More information about the cfe-commits
mailing list