aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2 days[clang-format] Google Style: disable DerivePointerAlignment. (#149602)James Y Knight1-9/+13
3 days[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150387)Owen Pan1-0/+2
3 days[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan1-0/+6
3 days[clang-format] Stop ctor initializer from being inlined (#150361)Eric Li1-0/+10
6 days[clang-format][NFC] Clean up around StringRef initializations (#149765)Owen Pan1-27/+28
6 days[clang-format] Remove code related to trigraphs (#148640)sstwcw1-0/+11
7 days[clang-format][NFC] Delete redundant type names after FormatStyle::Owen Pan1-10/+10
7 days[clang-format] Fix a bug in `BreakBeforeBinaryOperators: All` (#149695)Owen Pan1-0/+5
14 days[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-0/+4
2025-06-29[clang-format] Make EndsInComma in ContinuationIndenter consistent (#146256)Owen Pan1-14/+0
2025-06-25[clang-format] Handle Trailing Whitespace After Line Continuation (P2223R2) (...Naveen Seth Hanig1-0/+15
2025-05-19[clang-format] Merge short inline function in macro definition body (#140366)Owen Pan1-0/+7
2025-05-19[clang-format] Fix the indent of StartOfName after AttributeMacro (#140361)Owen Pan1-0/+7
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic1-0/+6
2025-05-02[clang-format] Fix a crash on formatting missing r_paren/r_brace (#138230)Owen Pan1-0/+2
2025-05-02[clang-format] RemoveParentheses shouldn't remove empty parentheses (#138229)Owen Pan1-0/+2
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-0/+99
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan1-99/+0
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-0/+99
2025-04-24[clang-format] Correctly identify include guards (#137112)Owen Pan1-0/+12
2025-04-22Revert "[clang-format] Allow breaking before kw___attribute (#128623)"Owen Pan1-3/+0
2025-04-18[clang-format] Fix a bug in BWACS_MultiLine (#136281)Owen Pan1-6/+13
2025-04-18[clang-format] Fix a crash in EnumTrailingComma (#135903)Owen Pan1-0/+27
2025-04-16[clang-format] Fix a bug in BWACS_MultiLine (#135906)Owen Pan1-0/+11
2025-04-13[clang-format] Treat lambda in braced init as inline (#135520)Owen Pan1-0/+1
2025-04-13[clang-format] Fix a bug in AlignConsecutiveDeclarations (#135516)Owen Pan1-1/+11
2025-04-12[clang-format] Wrap and indent lambda braces in GNU style (#135479)Owen Pan1-0/+31
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-4/+3
2025-04-09[clang-format] Keep the space between `not` and a unary operator (#135035)Owen Pan1-2/+3
2025-04-05[clang-format] Merge inline short functions for BS_Whitesmiths (#134473)Owen Pan1-0/+7
2025-03-30[clang-format] Add an option for editing enum trailing commas (#133576)Owen Pan1-0/+32
2025-03-24[clang-format] Don't wrap before attributes in parameter lists (#132519)Owen Pan1-0/+6
2025-03-16[clang-format] Correctly annotate user-defined conversion functions (#131434)Owen Pan1-14/+14
2025-03-14[clang-format] Add support for absl nullability macros (#130346)Jan Voung1-2/+19
2025-03-10[clang-format] Don't remove parentheses separated from ellipsis by comma (#13...Owen Pan1-0/+4
2025-03-06[clang-format] Remove special handling of C++ access specifiers in C (#129983)Owen Pan1-24/+25
2025-03-04[clang-format] Insert a space after kw_new by default (#129634)Owen Pan1-1/+3
2025-03-03[clang-format] Fix a bug in wrapping function return type (#129374)Owen Pan1-0/+9
2025-02-26[clang-format] Don't break before *const (#128817)Owen Pan1-0/+3
2025-02-26[clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)Owen Pan1-2/+4
2025-02-25[clang-format] Allow breaking before kw___attribute (#128623)Owen Pan1-0/+3
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan1-0/+4
2025-02-21[clang-format] Allow specifying the language for `.h` files (#128122)Owen Pan1-0/+9
2025-02-20[clang-format] Fix a bug in BCIS_AfterColon and `ColumnLimit: 0` (#127964)Owen Pan1-22/+31
2025-02-18[clang-format] Fix a bug in annotating StartOfName (#127545)Owen Pan1-0/+5
2025-02-13[clang-format] Support BraceWrapping.AfterNamespace with AllowShortNamespaces...Galen Elias1-0/+29
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom1-0/+45
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv1-0/+230
2025-01-30[clang-format] Fix mismatched break in BlockIndent (#124998)Gedare Bloom1-0/+4
2025-01-30[clang-format] Fix a crash on parsing requires clause (#125021)Owen Pan1-0/+3