[libcxx-commits] [PATCH] D128021: [libc++] Don't call key_eq in unordered_map/set rehashing routine

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 16 21:15:13 PDT 2022


jloser added a comment.

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.


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

https://reviews.llvm.org/D128021



More information about the libcxx-commits mailing list