Remove duplication in abseil-redundant-strcat-calls check tests,
by using dummy <string> header file string.
Depends on D145310
Differential D145311
[clang-tidy][NFC] Make abseil-redundant-strcat-calls checker use <string> header mikecrowe on Sat, Mar 4, 1:07 PM. Authored by
Details Remove duplication in abseil-redundant-strcat-calls check tests, Depends on D145310
Diff Detail
Event TimelineComment Actions It's fine, absl::StrCat returns std::string. Comment Actions Thanks. Would you like me to remove the unnecessary noise from the commit message then, or will you do that as part of landing it? |