This revision was automatically updated to reflect the committed changes.
Closed by commit rC357567: [clang-format] Regroup #includes into blocks for
Google style (authored by ioeric, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60116?vs=193446&id=193452#toc
Repository:
ioeric updated this revision to Diff 193446.
ioeric added a comment.
- Improved test.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60116/new/
https://reviews.llvm.org/D60116
Files:
lib/Format/Format.cpp
unittests/Format/CleanupTest.cpp
unittests/Format/So
ioeric created this revision.
ioeric added reviewers: sammccall, klimek.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Regrouping #includes in blocks separated by blank lines when sorting C++
#include
headers was implemented recently, and it has been preferred in Google's