[all-commits] [llvm/llvm-project] f1984b: [pseudo] Implement LRGraph

Haojian Wu via All-commits all-commits at lists.llvm.org
Wed Feb 9 02:20:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1984b14336777e1978bfe994dd1e43ebea93f00
      https://github.com/llvm/llvm-project/commit/f1984b14336777e1978bfe994dd1e43ebea93f00
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    A clang/include/clang/Tooling/Syntax/Pseudo/LRGraph.h
    M clang/lib/Tooling/Syntax/Pseudo/CMakeLists.txt
    A clang/lib/Tooling/Syntax/Pseudo/LRGraph.cpp
    M clang/unittests/Tooling/Syntax/Pseudo/CMakeLists.txt
    A clang/unittests/Tooling/Syntax/Pseudo/LRGraphTest.cpp

  Log Message:
  -----------
  [pseudo] Implement LRGraph

LRGraph is the key component of the clang pseudo parser, it is a
deterministic handle-finding finite-state machine, which is used to
generated the LR parsing table.

Separate from https://reviews.llvm.org/D118196.

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




More information about the All-commits mailing list