This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix readability-redundant-string-c-str fix for overloaded operator->
AbandonedPublic

Authored by PiotrZSL on Jul 27 2022, 8:27 AM.

Diff Detail

Event Timeline

njames93 created this revision.Jul 27 2022, 8:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 8:27 AM
njames93 requested review of this revision.Jul 27 2022, 8:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 8:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
PiotrZSL commandeered this revision.Nov 10 2023, 10:15 AM
PiotrZSL abandoned this revision.
PiotrZSL added a reviewer: njames93.

Already fixed by D145730