summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/SortIncludesTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-1/+20
* clang-format: Use stable_sort when sorting #includes.Daniel Jasper2016-03-031-4/+18
* clang-format: Only consider the first #include that looks right to beDaniel Jasper2015-12-211-0/+11
* clang-format: Only try to find the "main" include in the first block ofDaniel Jasper2015-12-211-0/+13
* clang-format: Extend detection of the "main" #include to use the filenameDaniel Jasper2015-12-211-5/+25
* clang-format: Extend header sort category implementation.Daniel Jasper2015-12-161-0/+8
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-0/+20
* clang-format: Make sorting includes respect // clang-format offDaniel Jasper2015-11-211-0/+19
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+10
* clang-format: Teach --sort-includes to interleave #include and #import.Nico Weber2015-10-211-0/+9
* clang-format: Extend main header include sorting heuristic to Objective-C files.Nico Weber2015-10-191-0/+7
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-7/+37
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+108
OpenPOWER on IntegriCloud