This is an archive of the discontinued LLVM Phabricator instance.

llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
ClosedPublic

Authored by MaskRay on Sep 26 2018, 1:58 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Sep 26 2018, 1:58 PM
MaskRay updated this revision to Diff 167213.Sep 26 2018, 4:38 PM

Reflow nearby lines with: git diff -U0 --no-color 'HEAD^' | ~/llvm/tools/clang/tools/clang-format/clang-format-diff.py -i -p1

dblaikie accepted this revision.Sep 26 2018, 6:33 PM

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)

This revision is now accepted and ready to land.Sep 26 2018, 6:33 PM

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

This revision was automatically updated to reflect the committed changes.
hotpxl added a subscriber: hotpxl.Sep 26 2018, 8:33 PM
nhaehnle removed a subscriber: nhaehnle.Oct 5 2018, 6:19 AM