This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][NFC] Refactor RequiresDoesNotChangeParsingOfTheRest
ClosedPublic

Authored by owenpan on Jul 17 2022, 9:46 PM.

Diff Detail

Event Timeline

owenpan created this revision.Jul 17 2022, 9:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2022, 9:46 PM
owenpan requested review of this revision.Jul 17 2022, 9:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2022, 9:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
curdeius accepted this revision.Jul 18 2022, 12:18 AM
This revision is now accepted and ready to land.Jul 18 2022, 12:18 AM

Not the way I would have gone. I'm not fond of the allocations for the strings.

owenpan updated this revision to Diff 445708.Jul 19 2022, 12:16 AM

Use string literals instead of std::string.

Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2022, 12:16 AM
owenpan removed a project: Restricted Project.Jul 19 2022, 12:25 AM
owenpan removed subscribers: nemanjai, hiraditya, kbarton and 29 others.
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2022, 12:25 AM
owenpan updated this revision to Diff 445725.Jul 19 2022, 1:34 AM

Uploaded the correct diff.

owenpan removed a project: Restricted Project.Jul 19 2022, 1:35 AM
owenpan requested review of this revision.Jul 19 2022, 1:48 AM
This revision is now accepted and ready to land.Jul 20 2022, 1:00 PM
curdeius accepted this revision.Jul 20 2022, 2:18 PM
This revision was landed with ongoing or failed builds.Jul 20 2022, 9:57 PM
This revision was automatically updated to reflect the committed changes.