sammccall added inline comments.
================ Comment at: clang-tools-extra/pseudo/lib/cxx/cxx.bnf:39 namespace-name := IDENTIFIER -namespace-name := namespace-alias -namespace-alias := IDENTIFIER class-name := IDENTIFIER class-name := simple-template-id ---------------- hokein wrote: > this can be removed as well, but the `class-head-name` rule uses it. Can't we use `class-head-name := nested-name-specifier_opt type-name` as `class-name` and `type-name` now match? (Oops, not sure how i lost this comment) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D130747/new/ https://reviews.llvm.org/D130747 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits