aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/ConfigParseTest.cpp
AgeCommit message (Expand)AuthorFilesLines
3 days[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan1-0/+1
10 days[clang-format] Add IgnoreExtension to SortIncludes (#137840)Daan De Meyer1-9/+13
14 days[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-0/+1
2025-05-28[clang-format] Handle .h files for LK_C and LK_ObjC (#141714)Owen Pan1-0/+18
2025-05-19[clang-format][NFC] Upgrade SortIncludes option to a struct (#140497)Owen Pan1-6/+13
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic1-0/+1
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-0/+1
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan1-1/+0
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan1-0/+1
2025-03-30[clang-format] Add an option for editing enum trailing commas (#133576)Owen Pan1-0/+8
2025-03-27[clang-format] Allow `Language: Cpp` for C files (#133033)Owen Pan1-0/+20
2025-03-14[clang-format] Add support for absl nullability macros (#130346)Jan Voung1-0/+5
2025-02-27[clang-format] Change BracedInitializerIndentWidth to int (#128988)Owen Pan1-3/+7
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom1-0/+1
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv1-0/+1
2025-01-28[clang-format] Simplify ConfigParseTest for int/unsigned options (#124704)Owen Pan1-26/+35
2025-01-27[clang-format] Add style option `PenaltyBreakBeforeMemberAccess` (#118409)Gedare Bloom1-0/+2
2025-01-21[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)Sirraide1-0/+1
2025-01-04[clang-format][NFC] Add missing config tests for List of Strings (#121451)Owen Pan1-5/+12
2025-01-02[clang-format] Add option WrapNamespaceBodyWithNewlines (#106145)dmasloff1-0/+7
2024-12-30[clang-format] Add `AllowShortNamespacesOnASingleLine` option (#105597)Galen Elias1-0/+1
2024-10-23[clang-format] Add KeepFormFeed option (#113268)Owen Pan1-3/+4
2024-10-17[clang-format] Add RemoveEmptyLinesInUnwrappedLines option (#112325)Owen Pan1-0/+1
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer1-1/+10
2024-10-07[clang-format][NFC] Clean up AlignConsecutiveStyle (#111285)Owen Pan1-0/+8
2024-10-06[clang-format] Add AlignFunctionDeclarations to AlignConsecutiveDeclarations ...Brad House1-12/+9
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom1-1/+13
2024-08-10[clang-format] Add BreakBinaryOperations configuration (#95013)Ameer J1-0/+8
2024-07-02[clang-format] Add SpacesInParensOption for filtering repeated parens (#77522)Gedare Bloom1-8/+13
2024-06-30[clang-format] Add option to remove leading blank lines (#91221)sstwcw1-2/+6
2024-06-25Revert "[clang-format] Add option to remove leading blank lines (#91221)"sstwcw1-6/+2
2024-06-25[clang-format] Add option to remove leading blank lines (#91221)sstwcw1-2/+6
2024-06-16[clang-format][NFC] Suppress diagnostic noise in GetStyleOfFile testOwen Pan1-5/+8
2024-06-16[clang-format] Add DiagHandler parameter to format::getStyle() (#91317)pointhex1-0/+21
2024-05-27[clang-format] Add LeftWithLastLine to AlignEscapedNewlines option (#93402)Owen Pan1-0/+2
2024-05-06[clang-format] Handle Java switch expressions (#91112)Owen Pan1-0/+2
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker1-21/+19
2024-02-12[clang-format] Rename option AlwaysBreakAfterReturnType. (#80827)rmarker1-0/+16
2024-02-09[clang-format][NFC] Drop "Always" in "AlwaysBreakTemplateDeclarations"Owen Pan1-19/+19
2024-02-09[clang-format] Rename option AlwaysBreakTemplateDeclarations (#81093)Owen Pan1-0/+13
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan1-0/+2
2024-02-04[clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfter...rmarker1-0/+4
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan1-18/+1
2024-01-20[clang-format] Add SkipMacroDefinitionBody option (#78682)Owen Pan1-0/+1
2024-01-16[clang-format] Add parse tests for SeparateDefinitionBlocks option (#78256)serbanu1-0/+8
2024-01-14[clang-format] Add PenaltyBreakScopeResolution option. (#78015)rmarker1-0/+2
2024-01-10[clang-format]: Split alignment of declarations around assignment (#69340)Gedare Bloom1-30/+36
2023-11-27[clang-format] Add BreakAdjacentStringLiterals option (#73432)Owen Pan1-0/+1
2023-10-26[clang-format][NFC] Remove extraneous newlines in some unit test filesOwen Pan1-1/+1
2023-10-25[clang-format] AllowShortCompoundRequirementOnASingleLineBackl1ght1-0/+1