[libcxx-commits] [PATCH] D128021: [libc++] Don't call key_eq in unordered_map/set rehashing routine
Ivan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 16 21:59:36 PDT 2022
itrofimow added a comment.
In D128021#3591054 <https://reviews.llvm.org/D128021#3591054>, @jloser wrote:
> I recommend against `clang-format` everywhere here. When uploading the patch, you can specify `--nolint` to `arc` so it won't complain about the lack of clang-formatting a particular changeset. The noise ratio compared with the actual content change here is high in my opinion.
Thanks for the suggestion, i definitely will follow - clang-format goes crazy with these files
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128021/new/
https://reviews.llvm.org/D128021
More information about the libcxx-commits
mailing list