The bug was that if we recover from the token 0, we will make the
Heads empty (Line646), which results no recovery being applied.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132388
[pseudo] Fix HeadsPartition is not initialized correctly. ClosedPublic Authored by hokein on Aug 22 2022, 9:17 AM.
Details Summary The bug was that if we recover from the token 0, we will make the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 22 2022, 9:18 AM This revision was landed with ongoing or failed builds.Aug 23 2022, 6:10 AM Closed by commit rGedb8fb265990: [pseudo] Fix HeadsPartition is not initialized correctly. (authored by hokein). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454815 clang-tools-extra/pseudo/lib/GLR.cpp
clang-tools-extra/pseudo/unittests/GLRTest.cpp
|