summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/SortIncludesTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow additional file suffixes/extensions considered as source in main includ...mydeveloperday2019-11-121-0/+51
* [clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad2019-10-011-0/+8
* [SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen2019-09-261-2/+2
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-251-0/+71
* [clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev2019-04-041-0/+12
* [clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev2019-04-031-9/+25
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-031-3/+13
* [clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad2019-03-021-0/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-22/+22
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+182
* [clang-format] Do not format likely xmlKrasimir Georgiev2017-08-291-0/+11
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-0/+23
* clang-format: Correctly calculate affected ranges when sorting #includes.Daniel Jasper2016-08-301-2/+14
* Make clang-format remove duplicate headers when sorting #includes.Eric Liu2016-08-101-6/+83
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-3/+6
* 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