[all-commits] [llvm/llvm-project] 9fbf11: [pseudo] Eliminate LRTable::Action. NFC

Sam McCall via All-commits all-commits at lists.llvm.org
Tue Jul 5 05:36:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9fbf1107cc763783a82b89953be8a45097ba3390
      https://github.com/llvm/llvm-project/commit/9fbf1107cc763783a82b89953be8a45097ba3390
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

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

  Log Message:
  -----------
  [pseudo] Eliminate LRTable::Action. NFC

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

Differential Revision: https://reviews.llvm.org/D129093




More information about the All-commits mailing list