aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ClangFormatStyleOptions.rst
AgeCommit message (Expand)AuthorFilesLines
2024-07-02[clang-format] Add SpacesInParensOption for filtering repeated parens (#77522)Gedare Bloom1-4/+19
2024-06-30[clang-format] Add option to remove leading blank lines (#91221)sstwcw1-10/+38
2024-06-25Revert "[clang-format] Add option to remove leading blank lines (#91221)"sstwcw1-38/+10
2024-06-25[clang-format] Add option to remove leading blank lines (#91221)sstwcw1-10/+38
2024-06-03[clang-format][doc] Minor cleanupOwen Pan1-2/+3
2024-06-02[clang-format][doc] Clean up quotes, etc.Owen Pan1-35/+34
2024-05-27[clang-format] Add LeftWithLastLine to AlignEscapedNewlines option (#93402)Owen Pan1-2/+10
2024-05-06[clang-format] Handle Java switch expressions (#91112)Owen Pan1-1/+35
2024-05-05[clang-format][doc] Fix typosOwen Pan1-2/+2
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J1-0/+15
2024-03-22[clang-format] Added AlignConsecutiveTableGenBreakingDAGArgColons option. (#8...Hirofumi Nakamura1-0/+145
2024-03-19[clang-format] Fixed the warning in building document for TableGenBreakingDAG...Hirofumi Nakamura1-1/+1
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura1-0/+64
2024-03-04[clang-format][doc] fix documentation for clang-format (#83415)PeterChou11-10/+10
2024-02-27[clang-format] Add AlignConsecutiveTableGenDefinitions option. (#83008)Hirofumi Nakamura1-0/+140
2024-02-26[clang-format] Add AlignConsecutiveTableGenCondOperatorColons option. (#82878)Hirofumi Nakamura1-0/+140
2024-02-25[clang-format][doc] Update documentation for RemoveSemicolonOwen Pan1-1/+2
2024-02-12[clang-format] Rename option AlwaysBreakAfterReturnType. (#80827)rmarker1-108/+113
2024-02-09[clang-format] Rename option AlwaysBreakTemplateDeclarations (#81093)Owen Pan1-56/+61
2024-02-09[clang-format][docs] Fix version (#81185)Björn Schäpers1-1/+1
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan1-0/+12
2024-02-06[clang-format] Add MainIncludeChar option. (#78752)j-jorge1-0/+19
2024-02-04[clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfter...rmarker1-2/+28
2024-01-31[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan1-33/+9
2024-01-20[clang-format] Add SkipMacroDefinitionBody option (#78682)Owen Pan1-0/+5
2024-01-14[clang-format] Add PenaltyBreakScopeResolution option. (#78015)rmarker1-0/+5
2024-01-10[clang-format]: Split alignment of declarations around assignment (#69340)Gedare Bloom1-0/+68
2023-12-01[clang-format] ObjCPropertyAttributeOrder to sort ObjC property attributesJared Grubb1-0/+26
2023-11-27[clang-format] Add BreakAdjacentStringLiterals option (#73432)Owen Pan1-0/+15
2023-11-12[clang-format] Handle control statements in BreakAfterAttributes (#71995)Owen Pan1-2/+50
2023-11-10[clang-format] Handle variable declarations in BreakAfterAttributes (#71935)Owen Pan1-2/+11
2023-11-10Revert "[clang-format] Handle variable declarations in BreakAfterAttributes (...Owen Pan1-11/+2
2023-11-10Reland "[clang-format] Handle variable declarations in BreakAfterAttributes (...Owen Pan1-2/+11
2023-11-09Revert "[clang-format] Handle variable declarations in BreakAfterAttributes (...Owen Pan1-11/+2
2023-11-09[clang-format] Handle variable declarations in BreakAfterAttributes (#71755)Owen Pan1-2/+11
2023-10-25[clang-format] Fix the version for a newly added optionOwen Pan1-1/+1
2023-10-25[clang-format] AllowShortCompoundRequirementOnASingleLineBackl1ght1-0/+21
2023-10-25[clang-format] Don't align comments over scopesBjörn Schäpers1-0/+4
2023-10-20[clang-format] Add space in placement new expressionOmar Ahmed1-0/+27
2023-10-05[clang-format][doc] Update the Linux kernel coding style URLOwen Pan1-1/+1
2023-09-28[clang-format] Disable OuterScope lambda indentation behaviour for constructo...Jon Phillips1-2/+2
2023-09-15[clang-format] Generate the style optionssstwcw1-1/+1
2023-09-15[clang-format] Disable string breaking in JS for now (#66372)sstwcw1-5/+5
2023-09-10[clang-format][doc] Fix a '' (in c669541c969c) that meant to be ``Owen Pan1-1/+1
2023-09-09[clang-format] BreakBeforeNoexceptSpecifier option added (#65808)Björn Schäpers1-0/+48
2023-09-05[clang-format][doc] Fix the doc formatsstwcw1-0/+1
2023-09-05[clang-format] Break long string literals in C#, etc.sstwcw1-1/+30
2023-08-26[clang-format][doc] Correct typossstwcw1-2/+2
2023-08-24Revert "[clang-format] Break long string literals in C#, etc."David Spickett1-30/+1
2023-08-24[clang-format] Break long string literals in C#, etc.sstwcw1-1/+30