Improve the generic <string> header by adding another constructor,
std::basic_string::empty and operator!= overload set so that it can be
used to replace the custom implementation in the
readability-string-compare check.
Depends on D145311
Differential D145312
[clang-tidy] Make readability-string-compare check use <string> header mikecrowe on Mar 4 2023, 1:09 PM. Authored by
Details Improve the generic <string> header by adding another constructor, Depends on D145311
Diff Detail
Event Timeline
Comment Actions @PiotrZSL I believe you have landed some patches of this chain. Would you mind sharing how you do it? I'm not an expert in Phabricator and simply doing arc patch D145312 leads to cherry-pick conflicts, and when I solve them I don't end up having this patch as HEAD. With this knowledge I will be able to help out closing these patches! Comment Actions @mikecrowe I seems I cannot land this until it's rebased on top of main, would you be able to do that? Thanks! |
Would it make sense to add these to the new header?