[PATCH] D129093: [pseudo] Eliminate LRTable::Action. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 11:35:50 PDT 2022


sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a subscriber: mgrang.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.

The last remaining uses are in tests/test builders.
Replace with a builder struct.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129093

Files:
  clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRTable.h
  clang-tools-extra/pseudo/lib/grammar/LRTable.cpp
  clang-tools-extra/pseudo/lib/grammar/LRTableBuild.cpp
  clang-tools-extra/pseudo/unittests/GLRTest.cpp
  clang-tools-extra/pseudo/unittests/LRTableTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129093.442127.patch
Type: text/x-patch
Size: 20629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220704/c6bca561/attachment-0001.bin>


More information about the cfe-commits mailing list