Revert "[pseudo] Implement the GLR parsing algorithm."
authorHaojian Wu <hokein.wu@gmail.com>
Tue, 3 May 2022 13:54:10 +0000 (15:54 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Tue, 3 May 2022 13:54:10 +0000 (15:54 +0200)
commit860eabb3953a104b2b85398c705cd32e33d86689
treebc33853ca1cb98a5e4907fbabd56e49cd06a189f
parent5a64bc4d3e1f746d148411e4db3067587046c4c1
Revert "[pseudo] Implement the GLR parsing algorithm."

This breaks some buildbots (on the declaration GSS& GSS), will fix it
later.

This reverts commit eac22d0754f70df10ea0eb6f59cbd1ef012ab5a4.
clang-tools-extra/pseudo/include/clang-pseudo/Forest.h
clang-tools-extra/pseudo/include/clang-pseudo/GLR.h [deleted file]
clang-tools-extra/pseudo/lib/CMakeLists.txt
clang-tools-extra/pseudo/lib/GLR.cpp [deleted file]
clang-tools-extra/pseudo/test/glr.cpp [deleted file]
clang-tools-extra/pseudo/tool/ClangPseudo.cpp
clang-tools-extra/pseudo/unittests/CMakeLists.txt
clang-tools-extra/pseudo/unittests/GLRTest.cpp [deleted file]