[PATCH] D52573: llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 19:11:37 PDT 2018
MaskRay added a comment.
In https://reviews.llvm.org/D52573#1247331, @dblaikie wrote:
> Haven't looked through all these manually, but sed seems reliable enough + clang-format (btw, if you use git, you can use git-clang-format to reformat everything in your change too)
Thanks! I'll take a look at `clang/tools/clang-format/git-clang-format`
Repository:
rL LLVM
https://reviews.llvm.org/D52573
More information about the llvm-commits
mailing list