[all-commits] [llvm/llvm-project] b70ee9: Reland "[pseudo] Track heads as GSS nodes, rather ...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Jun 23 09:21:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b70ee9d984e71675b030697765988ac6adc2bb4e
https://github.com/llvm/llvm-project/commit/b70ee9d984e71675b030697765988ac6adc2bb4e
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M clang-tools-extra/pseudo/include/clang-pseudo/GLR.h
M clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRTable.h
M clang-tools-extra/pseudo/lib/GLR.cpp
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
Log Message:
-----------
Reland "[pseudo] Track heads as GSS nodes, rather than as "pending actions"."
This reverts commit 2c80b5319870b57fbdbb6c9cef9c86c26c65371d.
Fixes LRTable::buildForTest to create states that are referenced but
have no actions.
More information about the All-commits
mailing list