summaryrefslogtreecommitdiff
path: root/clang/unittests/Format
AgeCommit message (Expand)Author
2025-11-13[clang-format] Recognize Verilog DPI export and import (#165595)sstwcw
2025-11-13[clang-format] Align trailing comments for function parameters (#164458)sstwcw
2025-11-12[clang-format] Don't swap `(const override)` with QAS_Right (#167191)owenca
2025-11-09[clang-format] Fix a crash in AlignArrayOfStructures (#167099)owenca
2025-11-07[clang-format] Add option to separate comment alignment between ... (#165033)Björn Schäpers
2025-11-05[clang-format] Fix brace wrapping for Java records (#164711)Hannes Braun
2025-11-03[clang-format] Fix ColumnLimit violation while aligning (#165627)Björn Schäpers
2025-11-02[clang-format] Handle static_assert more accurately (#166042)owenca
2025-11-02[clang-format][NFC] Clean up FormatTestComments.cpp (#166029)owenca
2025-11-03[clang-format] Recognize Verilog followed-by operators (#165594)sstwcw
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-29[clang-format][NFC] Port FormatTestComments to verifyFormat (#164310)Björn Schäpers
2025-10-28[clang-format] Fix a bug in annotating class member names (#165351)owenca
2025-10-27[clang-format] Align comments following continued aligned lines (#164687)sstwcw
2025-10-24Reapply "Reapply "[clang-format] Annotate ::operator and Foo::operator… (#1...Owen Pan
2025-10-24Revert "Reapply "[clang-format] Annotate ::operator and Foo::operator… (#16...PiJoules
2025-10-23[clang-format] Break the line within ObjC `@selector` (#164674)sstwcw
2025-10-22Reapply "[clang-format] Annotate ::operator and Foo::operator correctly" (#16...Owen Pan
2025-10-22Revert "[clang-format] Annotate ::operator and Foo::operator correctly" (#164...PiJoules
2025-10-21[clang-format] Fix repeated backslash insertion in macro line comments (#164300)Ruoyu Zhong
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-19[clang-format][NFC] Annotate attribute squares more effectively (#164052)owenca
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-18[clang-format] Fix a crash on BAS_BlockIndent (#164047)owenca
2025-10-18[clang-format] Annotate ::operator and Foo::operator correctly (#164048)owenca
2025-10-16[clang-format] Fix an assertion failure on comment-only config files (#163111)owenca
2025-10-15[clang-format] Continue aligned lines better (#161903)sstwcw
2025-10-12[clang-format] Fix formatting of `requires` expressions in braced initializer...Ruoyu Zhong
2025-10-11[clang-format] Fix a bug in OneLineFormatOffRegex (#162961)owenca
2025-10-03[clang-format] Keep the ObjC selector name and `@selector` together (#160739)sstwcw
2025-09-29[clang-format] Fix a bug in wrapping { after else (#161048)owenca
2025-09-27[clang-format] Fix bugs in annotating arrows and square brackets (#160973)owenca
2025-09-27[clang-format] Fix qualifier ordering for lines after PP directives (#160731)Ruoyu Zhong
2025-09-27[clang-format][NFC] Rename a unit testOwen Pan
2025-09-25[clang-format] Align within the level with Cpp11BracedListStyle disabled (#15...sstwcw
2025-09-25[clang-format] Correctly handle backward compatibility of C headers (#159908)owenca
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-09-14[clang-format] Handle C digit separators (#158418)owenca
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-09-12[clang-format] Add an option to format numeric literal case (#151590)Andy MacGregor
2025-08-31[clang-format] Fix TableGen nested DAGArg format (#155837)Hirofumi Nakamura
2025-08-29[clang-format] Allow short function body on a single line (#151428)闫立栋
2025-08-28[clang-format] Correctly annotate RequiresExpressionLBrace (#155773)owenca
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