summaryrefslogtreecommitdiff
path: root/clang/lib/Format/AffectedRangeManager.cpp
AgeCommit message (Expand)Author
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan
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-02-21[clang-format][NFC] Clean up nullptr comparison styleOwen Pan
2022-05-24[clang-format][NFC] Insert/remove braces in clang/lib/Format/owenca
2022-01-24[clang-format] Assert Line->First. NFC.Marek Kurdej
2022-01-07[clang-format] Use range-for loops. NFC.Marek Kurdej
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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
2016-04-25Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu