[PATCH] D130150: [pseudo] Eliminate multiple-specified-types ambiguities in the grammar.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 20 00:37:54 PDT 2022


sammccall added a comment.

I'm not sure that eliminating this in the grammar is the right technique vs guards, appreciate your thoughts.

On clangd/AST.cpp, this reduces ambiguities from 1748->1400 (20%).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130150/new/

https://reviews.llvm.org/D130150



More information about the cfe-commits mailing list