summaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTest.cpp
AgeCommit message (Expand)Author
2025-11-13[clang-format] Align trailing comments for function parameters (#164458)sstwcw
2025-11-09[clang-format] Fix a crash in AlignArrayOfStructures (#167099)owenca
2025-11-03[clang-format] Fix ColumnLimit violation while aligning (#165627)Björn Schäpers
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-27[clang-format] Align comments following continued aligned lines (#164687)sstwcw
2025-10-20[clang-format] Respect ColumnLimit while aligning multiline expressions (#163...Björn Schäpers
2025-10-20[clang-format] Reuse AlignTokens for aligning macros (#164120)Björn Schäpers
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-15[clang-format] Continue aligned lines better (#161903)sstwcw
2025-10-11[clang-format] Fix a bug in OneLineFormatOffRegex (#162961)owenca
2025-09-29[clang-format] Fix a bug in wrapping { after else (#161048)owenca
2025-09-25[clang-format] Align within the level with Cpp11BracedListStyle disabled (#15...sstwcw
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
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-26[clang-format] Fix a bug in SkipMacroDefinitionBody (#155346)owenca
2025-08-25[clang-format][NFC] Move AlignAfterOpenBracket tests (#154978)Gedare Bloom
2025-08-22[clang-format] Fix a bug in SkipMacroDefinitionBody (#154787)owenca
2025-08-17[clang-format] Add SpaceInEmptyBraces option (#153765)owenca
2025-08-17[clang-format] Fix a bug in breaking before FunctionDeclarationName (#153924)owenca
2025-08-17[clang-format] Allow breaking before bit-field colons (#153529)owenca
2025-08-03[NFC] Fix `assignment` typo. (#151864)Connector Switch
2025-07-28[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150744)Owen Pan
2025-07-25[clang-format] Google Style: disable DerivePointerAlignment. (#149602)James Y Knight
2025-07-24[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150387)Owen Pan
2025-07-24[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan
2025-07-24[clang-format] Stop ctor initializer from being inlined (#150361)Eric Li
2025-07-21[clang-format][NFC] Clean up around StringRef initializations (#149765)Owen Pan
2025-07-21[clang-format] Remove code related to trigraphs (#148640)sstwcw
2025-07-20[clang-format][NFC] Delete redundant type names after FormatStyle::Owen Pan
2025-07-20[clang-format] Fix a bug in `BreakBeforeBinaryOperators: All` (#149695)Owen Pan
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-06-29[clang-format] Make EndsInComma in ContinuationIndenter consistent (#146256)Owen Pan
2025-06-25[clang-format] Handle Trailing Whitespace After Line Continuation (P2223R2) (...Naveen Seth Hanig
2025-05-19[clang-format] Merge short inline function in macro definition body (#140366)Owen Pan
2025-05-19[clang-format] Fix the indent of StartOfName after AttributeMacro (#140361)Owen Pan
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic
2025-05-02[clang-format] Fix a crash on formatting missing r_paren/r_brace (#138230)Owen Pan
2025-05-02[clang-format] RemoveParentheses shouldn't remove empty parentheses (#138229)Owen Pan
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-24[clang-format] Correctly identify include guards (#137112)Owen Pan
2025-04-22Revert "[clang-format] Allow breaking before kw___attribute (#128623)"Owen Pan
2025-04-18[clang-format] Fix a bug in BWACS_MultiLine (#136281)Owen Pan
2025-04-18[clang-format] Fix a crash in EnumTrailingComma (#135903)Owen Pan
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan
2025-04-13[clang-format] Treat lambda in braced init as inline (#135520)Owen Pan
2025-04-13[clang-format] Fix a bug in AlignConsecutiveDeclarations (#135516)Owen Pan
2025-04-12[clang-format] Wrap and indent lambda braces in GNU style (#135479)Owen Pan