| commit | a1036e5d081dd800c71bdbdf858908b99eed03a4 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Wed Oct 28 01:08:22 2015 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Wed Oct 28 01:08:22 2015 +0000 |
| tree | b35dd26dec1d3ae5090e6e51389e3c42670af6b3 | |
| parent | f6bd01097a04635343c97818d157450a8df863b9 [diff] |
clang-format: When a line is formatted, also format subsequence lines if their indent is off. Summary: This is especially important so that if a change is solely inserting a block around a few statements, clang-format-diff.py will still clean up and add indentation to the inner parts. Reviewers: klimek Subscribers: cfe-commits, klimek Differential Revision: http://reviews.llvm.org/D14105 llvm-svn: 251474