This is an archive of the discontinued LLVM Phabricator instance.

[pseudo] add the spurious left-and-upwads recovery case to unittest.
Needs ReviewPublic

Authored by hokein on Aug 23 2022, 6:41 AM.

Details

Reviewers
sammccall

Diff Detail

Event Timeline

hokein created this revision.Aug 23 2022, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 6:41 AM
hokein requested review of this revision.Aug 23 2022, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 6:41 AM
sammccall added inline comments.Aug 26 2022, 4:14 AM
clang-tools-extra/pseudo/unittests/GLRTest.cpp
711

it's not clear to me what this is testing, can you add some documentation?

(also I think "left" is spurious and "up" is correct, so why LeftAndUpwards rather than just left?)

757

this looks correct to me, what's the problem?