summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/disable-include-sorting.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: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+10
This has seen quite some usage and I am not aware of any issues. Also add a style option to enable/disable include sorting. The existing command line flag can from now on be used to override whatever is set in the style. llvm-svn: 253202
OpenPOWER on IntegriCloud