aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/SortIncludesTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[clang-format] Skip block commented out includes when sorting them (#97787)Owen Pan1-0/+9
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan1-3/+3
2024-05-19[clang-format][NFC] Clean up SortIncludesTest.cppOwen Pan1-972/+970
2024-04-25[clang-format] Do not update cursor pos if no includes replacement (#77456)NorthBlue3331-3/+119
2024-02-06[clang-format] Add MainIncludeChar option. (#78752)j-jorge1-0/+106
2023-10-27[clang-format][NFC] Remove extraneous newlines in remaining unit testsOwen Pan1-123/+123
2022-12-08[clang] Don't including None.h (NFC)Kazu Hirata1-1/+0
2022-04-28[clang-format] add a regression test for include sortingKrasimir Georgiev1-0/+14
2022-04-28Revert "[clang-format] SortIncludes should support "@import" lines in Objecti...Krasimir Georgiev1-97/+0
2022-04-27[clang-format] Adjust editor cursor position past #include blocksowenca1-0/+15
2022-04-20[clang-format] SortIncludes should support "@import" lines in Objective-CKonrad Kleine1-0/+97
2022-02-01[clang-format] Don't break block comments when sorting includes.Marek Kurdej1-0/+15
2021-12-12[clang-format] [PR49298] Sort includes pass will sort inside raw stringsmydeveloperday1-0/+147
2021-05-04[Format] Don't sort includes if DisableFormat is trueNathan James1-0/+11
2021-03-05[clang-format] Rename case sortingBjörn Schäpers1-2/+2
2021-02-02[clang-format] Add case aware include sorting.Kent Sommer1-1/+44
2021-01-26Revert "[clang-format] add case aware include sorting"Marek Kurdej1-43/+0
2021-01-25[clang-format] add case aware include sortingLukas Barth1-0/+43
2021-01-11[clang-format] Find main include after block ended with #pragma hdrstopRafał Jelonek1-0/+39
2021-01-11[clang-format] turn on formatting after "clang-format on" while sorting includesRafał Jelonek1-0/+37
2021-01-11[clang-format] Skip UTF8 Byte Order Mark while sorting includesRafał Jelonek1-0/+36
2020-12-05[clang-format] Add option for case sensitive regexes for sorted includesmydeveloperday1-15/+67
2020-12-03[clang-format] De-duplicate includes with leading or trailing whitespace.Marek Kurdej1-0/+13
2020-10-20[format] foo.<name>.h should be the main-header for foo.<name>.ccHaojian Wu1-1/+8
2020-10-01[Format] Don't treat compound extension headers (foo.proto.h) as foo.cc main-...Haojian Wu1-0/+10
2020-05-02[clang-format] NFC - clang-format the FormatTestsmydeveloperday1-5/+7
2019-11-12Allow additional file suffixes/extensions considered as source in main includ...mydeveloperday1-0/+51
2019-10-01[clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad1-0/+8
2019-09-26[SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen1-2/+2
2019-09-25[clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad1-0/+71
2019-04-04[clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev1-0/+12
2019-04-03[clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev1-9/+25
2019-04-03[clang-format] Regroup #includes into blocks for Google styleEric Liu1-3/+13
2019-03-02[clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad1-0/+37
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14[clang-format] Move #include related style to libToolingCoreEric Liu1-22/+22
2017-11-27[clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev1-0/+182
2017-08-29[clang-format] Do not format likely xmlKrasimir Georgiev1-0/+11
2017-06-29[clang-format] Switch to case-insensitive header matching and use it toChandler Carruth1-0/+23
2016-08-30clang-format: Correctly calculate affected ranges when sorting #includes.Daniel Jasper1-2/+14
2016-08-10Make clang-format remove duplicate headers when sorting #includes.Eric Liu1-6/+83
2016-07-11Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu1-3/+6
2016-03-21clang-format: Make include sorting's main include detection configurable.Daniel Jasper1-1/+20
2016-03-03clang-format: Use stable_sort when sorting #includes.Daniel Jasper1-4/+18
2015-12-21clang-format: Only consider the first #include that looks right to beDaniel Jasper1-0/+11
2015-12-21clang-format: Only try to find the "main" include in the first block ofDaniel Jasper1-0/+13
2015-12-21clang-format: Extend detection of the "main" #include to use the filenameDaniel Jasper1-5/+25
2015-12-16clang-format: Extend header sort category implementation.Daniel Jasper1-0/+8
2015-11-23clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper1-0/+20
2015-11-21clang-format: Make sorting includes respect // clang-format offDaniel Jasper1-0/+19