[PATCH] D128687: [pseudo] Allow mixed designated/undesignated init lists.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 06:38:39 PDT 2022
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/pseudo/lib/cxx.bnf:468
designator := . IDENTIFIER
+designator := [ expression ]
expr-or-braced-init-list := expression
----------------
I think this is the syntax of gnu extension, can we add a trailing comment for this rule?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128687/new/
https://reviews.llvm.org/D128687
More information about the cfe-commits
mailing list