Revert "[pseudo] Add error-recovery framework & brace-based recovery"
authorSam McCall <sam.mccall@gmail.com>
Tue, 28 Jun 2022 19:09:15 +0000 (21:09 +0200)
committerSam McCall <sam.mccall@gmail.com>
Tue, 28 Jun 2022 19:11:09 +0000 (21:11 +0200)
commit743971faaf84eaa0e6310bdc22c68f34c20330f1
tree0b53221a1ca0ea9f71ee97d02e36b26bec3abd8d
parent9553d695804c5f35fcc57566420f679863d4c61e
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.
12 files changed:
clang-tools-extra/pseudo/include/clang-pseudo/GLR.h
clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h
clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRGraph.h
clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRTable.h
clang-tools-extra/pseudo/lib/GLR.cpp
clang-tools-extra/pseudo/lib/grammar/Grammar.cpp
clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp
clang-tools-extra/pseudo/lib/grammar/LRGraph.cpp
clang-tools-extra/pseudo/lib/grammar/LRTableBuild.cpp
clang-tools-extra/pseudo/test/cxx/empty-member-spec.cpp
clang-tools-extra/pseudo/test/cxx/recovery-init-list.cpp [deleted file]
clang-tools-extra/pseudo/unittests/GLRTest.cpp