[all-commits] [llvm/llvm-project] 743971: Revert "[pseudo] Add error-recovery framework & br...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Jun 28 12:11:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 743971faaf84eaa0e6310bdc22c68f34c20330f1
https://github.com/llvm/llvm-project/commit/743971faaf84eaa0e6310bdc22c68f34c20330f1
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M clang-tools-extra/pseudo/include/clang-pseudo/GLR.h
M clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h
M clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRGraph.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/Grammar.cpp
M clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp
M clang-tools-extra/pseudo/lib/grammar/LRGraph.cpp
M clang-tools-extra/pseudo/lib/grammar/LRTableBuild.cpp
M clang-tools-extra/pseudo/test/cxx/empty-member-spec.cpp
R clang-tools-extra/pseudo/test/cxx/recovery-init-list.cpp
M clang-tools-extra/pseudo/unittests/GLRTest.cpp
Log Message:
-----------
Revert "[pseudo] Add error-recovery framework & brace-based recovery"
This reverts commit a0f4c10ae227a62c2a63611e64eba83f0ff0f577.
This commit hadn't been reviewed yet, and was unintentionally included
on another branch.
More information about the All-commits
mailing list