summaryrefslogtreecommitdiff
path: root/clang/lib/Format/UsingDeclarationsSorter.cpp
AgeCommit message (Expand)Author
2025-05-18[clang] Use llvm::unique (NFC) (#140459)Kazu Hirata
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan
2023-01-20[clang-format] SortUsingDeclarations support lexicographic orderBackl1ght
2022-02-01[clang-format] Use ranged for loops. NFC.Marek Kurdej
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2019-04-24Use llvm::stable_sortFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2017-11-24[clang-format] Deduplicate using declarationsKrasimir Georgiev
2017-11-10[clang-format] Handle leading comments in using declarationDaniel Jasper
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-11-03[clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-10-18[clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev
2017-09-22[clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev
2017-06-21[clang-format] Support sorting using declarationsKrasimir Georgiev