This is an archive of the discontinued LLVM Phabricator instance.

[FileCheck, 4/4] NFC: Stop using ExpressionValue
ClosedPublic

Authored by thopre on Jul 4 2023, 4:09 AM.

Diff Detail

Event Timeline

thopre created this revision.Jul 4 2023, 4:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:09 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
thopre requested review of this revision.Jul 4 2023, 4:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:09 AM
arichardson accepted this revision.Jul 4 2023, 9:19 AM
arichardson added inline comments.
llvm/lib/FileCheck/FileCheck.cpp
82

Could also rename the argument here instead of updating all users?

This revision is now accepted and ready to land.Jul 4 2023, 9:19 AM
thopre updated this revision to Diff 537177.Jul 4 2023, 2:15 PM
thopre marked an inline comment as done.

Address review comments

llvm/lib/FileCheck/FileCheck.cpp
82

Sure, I was trying to keep naming consistent.

This revision was automatically updated to reflect the committed changes.