This is an archive of the discontinued LLVM Phabricator instance.

[clang][lex] NFC: Extract source variable in minimizer tests
AbandonedPublic

Authored by jansvoboda11 on Jun 17 2021, 6:37 AM.

Details

Summary

This patch extracts the to-be-minimized source strings into variables. This will be useful in a follow up patch.

Depends on D104459.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Jun 17 2021, 6:37 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2021, 6:37 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 abandoned this revision.Jun 17 2021, 7:32 AM

Found a way to do the thing in a follow up with less churn. Sorry for the noise.