[PATCH] D18762: Add Aggressive Control Dead Code Elimination

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 12:47:55 PDT 2016


joker.eph added a comment.

Just in case you didn't know David, we have a tool called `clang-format` that automatically format your code for the LLVM coding standard. LLVM comes also with a git-clang-format script that if you put in your path enables a command `git clang-format <range>`  that format only the lines that are touched by the diff.
(this is an optional tool, you don't *have to* use it, I'm just pointing it for your convenience)


http://reviews.llvm.org/D18762





More information about the llvm-commits mailing list