This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.
Closed by commit rG8cf28585a403: [pseudo] Allow mixed designated/undesignated
init lists. (authored by sammccall).
Changed prior to commit:
https://reviews.llvm.org/D128687?vs=4
sammccall marked an inline comment as done.
sammccall added inline comments.
Comment at: clang-tools-extra/pseudo/lib/cxx.bnf:468
designator := . IDENTIFIER
+designator := [ expression ]
expr-or-braced-init-list := expression
hokein wrote:
> I think this is the
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
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.
This isn't allowed by the standard grammar but is allowed i