This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Make readability-container-data-pointer use <string> header
AbandonedPublic

Authored by mikecrowe on Mar 9 2023, 12:31 PM.

Details

Reviewers
None
Summary

This requires operator[] to be added to the std::basic_string
implementation.

Diff Detail

Event Timeline

mikecrowe created this revision.Mar 9 2023, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:31 PM
mikecrowe requested review of this revision.Mar 9 2023, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:31 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mikecrowe abandoned this revision.Mar 9 2023, 12:32 PM

Whoops. I accidentally uploaded https://reviews.llvm.org/D145719 as a new change. :(