summaryrefslogtreecommitdiff
path: root/clang/lib/Format/UnwrappedLineFormatter.cpp
AgeCommit message (Expand)Author
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-08-29[clang-format] Allow short function body on a single line (#151428)闫立栋
2025-08-17[clang-format] Add SpaceInEmptyBraces option (#153765)owenca
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan
2025-07-05[clang-format] Propagate `LeadingEmptyLinesAffected` when joining lines (#146...Eric Li
2025-05-19[clang-format] Merge short inline function in macro definition body (#140366)Owen Pan
2025-04-18[clang-format] Fix a bug in BWACS_MultiLine (#136281)Owen Pan
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan
2025-04-05[clang-format] Merge inline short functions for BS_Whitesmiths (#134473)Owen Pan
2025-03-06[clang-format] Remove special handling of C++ access specifiers in C (#129983)Owen Pan
2025-02-14Revert "[NFC] Avoid potential null dereference." (#127228)schittir
2025-02-13[clang-format] Support BraceWrapping.AfterNamespace with AllowShortNamespaces...Galen Elias
2025-02-12[NFC] Avoid potential null dereference. (#126872)schittir
2025-01-19[clang-format] Improve brace wrapping and add an option to control indentatio...Sirraide
2025-01-09[clang-format] Stop fixing indentation on namespace closing brace (#122234)Owen Pan
2025-01-04[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121...Owen Pan
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan
2025-01-02[clang-format] Add option WrapNamespaceBodyWithNewlines (#106145)dmasloff
2024-12-30[clang-format] Add `AllowShortNamespacesOnASingleLine` option (#105597)Galen Elias
2024-06-30[clang-format] Add option to remove leading blank lines (#91221)sstwcw
2024-06-25Revert "[clang-format] Add option to remove leading blank lines (#91221)"sstwcw
2024-06-25[clang-format] Add option to remove leading blank lines (#91221)sstwcw
2024-06-16[clang-format] Handle AttributeMacro before access modifiers (#95634)Owen Pan
2024-05-06[clang-format] Handle Java switch expressions (#91112)Owen Pan
2024-04-10[clang-format] Don't merge a short block for SBS_Never (#88238)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
2024-02-23[clang-format][NFC] Enable RemoveSemicolon for clang-format style (#82735)Owen Pan
2024-01-15[clang-format] Stop aligning the to continuation lines (#76378)sstwcw
2024-01-11[ClangFormat] Fix formatting bugs. (#76245)r4nt
2023-12-06[clang-format] Handle merging functions containing only a block comment (#74651)Owen Pan
2023-12-06[clang-format][NFC] Refactor getting first/last non-comment of line (#74570)Owen Pan
2023-11-29[clang-format] Finalize children after formatting them (#73753)Owen Pan
2023-10-25[clang-format] AllowShortCompoundRequirementOnASingleLineBackl1ght
2023-09-05[clang-format] Fix segmentation fault when formatting nested namespacesArkadiy Yudintsev
2023-08-24[clang-format][NFC] Replace !is() with isNot()Owen Pan
2023-07-18[clang-format] Fix indent for selective formattingSedenion
2023-07-18[clang-format] Refactoring and asserts in LevelIndentTracker. (NFC)Sedenion
2023-07-11[clang-format][NFC] Remove redundant parentheses in the source codeOwen Pan
2023-06-21[clang-format] Don't finalize #if, #else, #endif, etc.Owen Pan
2023-06-16Reland [clang-format] Fix overlapping whitespace replacements before PPDirectiveOwen Pan
2023-06-13Reland [clang-format] Add the KeepEmptyLinesAtEOF optionOwen Pan
2023-06-09[clang-format] Add test case for issue 63170Paul Kirth
2023-06-08Revert "Revert "[clang-format] Fix overlapping replacements before PPDirectiv...Leonard Chan
2023-06-07Revert "[clang-format] Fix overlapping replacements before PPDirectives"Leonard Chan
2023-06-07[clang-format] Add the KeepEmptyLinesAtEOF optionOwen Pan
2023-06-03[clang-format] Fix overlapping replacements before PPDirectivesOwen Pan