summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/adjust-indent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-format][tests] Explicitly specify style in some testsRafael Stahl2019-07-121-1/+1
| | | | | | | | | | | | | | | | Summary: This fixes broken tests when doing an out-of-source build that picks up a random .clang-format on the file system due to the default "file" style. Reviewers: djasper, klimek, MyDeveloperDay, krasimir Reviewed By: MyDeveloperDay Subscribers: lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61001 llvm-svn: 365909
* 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