[PATCH] D33513: [ThinLTO] Fix ThinLTO crash while destroying context

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 08:38:11 PDT 2017


mehdi_amini added a comment.

In https://reviews.llvm.org/D33513#772844, @ncharlie wrote:

> Addressed comments. Formatted with clang-format, so that's why there are so many extra changes in the diff.


The common practice is that we never clang-format the full files. That's why LLVM has clang/tools/clang-format/git-clang-format ; if your commit is the last one in the history you can run `git clang-format HEAD~`  and it'll format only the statements touched by this last commit (you can also format changes that are about to be committed with `git clang-format -f`).


https://reviews.llvm.org/D33513





More information about the llvm-commits mailing list