So that later commits don't introduce non-functional changes when
running clang-format before committing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Actually few changes clang-format would produce weren't there. It's either you used old clang-format or you missed them, but there were header reordering issues. Pushed quick fix.
Comment Actions
Thanks. Yes, I used the Linux-distro-provided clang-format-3.7, I didn't notice that the trunk version now also sorts includes.