summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/adjust-indent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: When a line is formatted, also format subsequence lines if ↵Daniel Jasper2015-10-281-0/+10
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
OpenPOWER on IntegriCloud