#
a1036e5d |
| 28-Oct-2015 |
Daniel Jasper <djasper@google.com> |
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 state
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
show more ...
|
#
d246a5ac |
| 15-Jun-2015 |
Daniel Jasper <djasper@google.com> |
clang-format: NFC. Move testing of selective formatting to a separate file.
This is a first step for splitting the huge FormatTest.cpp into separate files to make it easier to find specific tests.
clang-format: NFC. Move testing of selective formatting to a separate file.
This is a first step for splitting the huge FormatTest.cpp into separate files to make it easier to find specific tests.
llvm-svn: 239730
show more ...
|