[PATCH] D52573: llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 18:33:33 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

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)


Repository:
  rL LLVM

https://reviews.llvm.org/D52573





More information about the llvm-commits mailing list