[PATCH] D145312: [clang-tidy] Make readability-string-compare check use <string> header

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 12 07:01:49 PDT 2023


carlosgalvezp added a comment.

In D145312#4187247 <https://reviews.llvm.org/D145312#4187247>, @PiotrZSL wrote:

> In D145312#4187195 <https://reviews.llvm.org/D145312#4187195>, @carlosgalvezp wrote:
>
>> @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!
>
> arc patch --nobranch --skip-dependencies D145312 <https://reviews.llvm.org/D145312>
> I will push them...

Ahh that was it, thank you!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145312/new/

https://reviews.llvm.org/D145312



More information about the cfe-commits mailing list