aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format
AgeCommit message (Expand)AuthorFilesLines
3 days[NFC] Fix `assignment` typo. (#151864)Connector Switch1-1/+1
7 days[clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273)Owen Pan1-0/+3
9 days[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150744)Owen Pan1-1/+6
12 days[clang-format] Google Style: disable DerivePointerAlignment. (#149602)James Y Knight1-9/+13
13 days[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150387)Owen Pan1-0/+2
13 days[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan2-0/+7
13 days[clang-format] Stop ctor initializer from being inlined (#150361)Eric Li1-0/+10
2025-07-21[clang-format][NFC] Clean up around StringRef initializations (#149765)Owen Pan8-67/+67
2025-07-21[clang-format] Remove code related to trigraphs (#148640)sstwcw1-0/+11
2025-07-20[clang-format][NFC] Delete redundant type names after FormatStyle::Owen Pan2-14/+12
2025-07-20[clang-format] Fix a bug in `BreakBeforeBinaryOperators: All` (#149695)Owen Pan1-0/+5
2025-07-17[clang-format] Fix a regression of annotating PointerOrReference (#149039)Owen Pan1-0/+4
2025-07-17[clang-format] Add IgnoreExtension to SortIncludes (#137840)Daan De Meyer2-9/+33
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan2-0/+5
2025-07-10[clang-format] Split line comments separated by backslashes (#147648)Owen Pan2-10/+15
2025-07-05[clang-format] Propagate `LeadingEmptyLinesAffected` when joining lines (#146...Eric Li1-0/+5
2025-06-29[clang-format] Make EndsInComma in ContinuationIndenter consistent (#146256)Owen Pan1-14/+0
2025-06-28[clang-format] Fix a bug in `ReflowComments: Always` (#146202)Owen Pan1-1/+1
2025-06-26[clang-format][NFC] Remove `\brief` from comments (#145853)Owen Pan1-1/+1
2025-06-25[clang-format] Handle Trailing Whitespace After Line Continuation (P2223R2) (...Naveen Seth Hanig1-0/+15
2025-06-25[clang-format] Improve QualifierAlignment in guessing macros (#145468)Owen Pan1-2/+5
2025-06-14[clang-format] Fix a bug in annotating braces (#144095)Owen Pan1-0/+7
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan2-0/+16
2025-06-06[clang-format] Handle function decls with MS calling conventions (#143083)Owen Pan1-0/+5
2025-06-05[clang-format] Handle requires clause following a pointer type (#142893)Owen Pan1-0/+9
2025-06-02[clang-format] Correctly annotate token-pasted function decl names (#142337)Owen Pan1-0/+7
2025-06-01Revert "[clang-format] Handle token-pasted function decl names (#142251)"Owen Pan1-7/+0
2025-05-31[clang-format] Handle token-pasted function decl names (#142251)Owen Pan1-0/+7
2025-05-30[clang-format] Handle bit-field colon of non-numeric-constant size (#142110)Owen Pan1-0/+8
2025-05-28[clang-format] Handle .h files for LK_C and LK_ObjC (#141714)Owen Pan1-0/+18
2025-05-25[clang-format] Handle Java text blocks (#141334)Owen Pan1-0/+57
2025-05-20[clang-format] Handle raw string literals containing JSON code (#140666)Owen Pan1-0/+22
2025-05-19[clang-format][NFC] Upgrade SortIncludes option to a struct (#140497)Owen Pan4-12/+17
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-09[clang-format] Handle Java record (#139215)Owen Pan1-0/+11
2025-05-08[clang-format] Handle C# where clause in SeparateDefinitionBlocks (#139034)Owen Pan1-0/+5
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic2-0/+7
2025-05-07[clang-format] Correctly annotate ObjC `* __autoreleasing *` (#138799)Owen Pan1-0/+6
2025-05-06[clang-format] Fix a bug in annotating binary operator && (#138633)Owen Pan1-0/+7
2025-05-06[clang-format] Correctly annotate C# nullable value type `?` (#138631)Owen Pan1-0/+13
2025-05-06[clang-format] Don't annotate enum colon as InheritanceColon (#138440)Owen Pan1-0/+6
2025-05-03[clang-format] Correctly annotate tok::star in braced list (#138389)Owen Pan1-0/+5
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-30[clang-format] Correctly annotate user-defined conversion function call (#137...Owen Pan1-2/+8
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan2-0/+100
2025-04-30[clang] Shard out some small gtest binaries (#138021)Reid Kleckner1-1/+3
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan2-100/+0
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan2-0/+100