[PATCH] D119172: [pseudo] Implement LRGraph
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 7 11:36:57 PST 2022
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: mgrang, mgorny.
hokein requested review of this revision.
Herald added a project: clang.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119172
Files:
clang/include/clang/Tooling/Syntax/Pseudo/LRGraph.h
clang/lib/Tooling/Syntax/Pseudo/CMakeLists.txt
clang/lib/Tooling/Syntax/Pseudo/LRGraph.cpp
clang/unittests/Tooling/Syntax/Pseudo/CMakeLists.txt
clang/unittests/Tooling/Syntax/Pseudo/LRGraphTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119172.406549.patch
Type: text/x-patch
Size: 17028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220207/09b38825/attachment-0001.bin>
More information about the cfe-commits
mailing list