aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/ContinuationIndenter.cpp
AgeCommit message (Expand)AuthorFilesLines
3 days[clang-format] Fix a bug in `BreakBeforeBinaryOperators: All` (#149695)Owen Pan1-0/+1
2025-06-29[clang-format] Make EndsInComma in ContinuationIndenter consistent (#146256)Owen Pan1-8/+9
2025-06-15[clang-format][NFC] Clean up DisallowLineBreaks lambda (#144255)Owen Pan1-36/+42
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan1-1/+0
2025-05-19[clang-format] Fix the indent of StartOfName after AttributeMacro (#140361)Owen Pan1-1/+3
2025-04-12[clang-format] Wrap and indent lambda braces in GNU style (#135479)Owen Pan1-1/+10
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-7/+7
2025-03-05[clang-format][NFC] Use better names for a couple of data membersOwen Pan1-1/+1
2025-03-03[clang-format] Fix a bug in wrapping function return type (#129374)Owen Pan1-0/+4
2025-02-27[clang-format] Change BracedInitializerIndentWidth to int (#128988)Owen Pan1-3/+3
2025-02-20[clang-format] Fix a bug in BCIS_AfterColon and `ColumnLimit: 0` (#127964)Owen Pan1-3/+2
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv1-6/+18
2025-01-30[clang-format] Fix mismatched break in BlockIndent (#124998)Gedare Bloom1-0/+7
2025-01-17[clang-format] Fix option `BreakBinaryOperations` for operator `>>` (#122282)Ander1-0/+1
2024-12-18[clang-format] Don't change breaking before CtorInitializerColon (#119522)Owen Pan1-3/+2
2024-12-17[clang-format] Detect nesting in template strings (#119989)Gedare Bloom1-1/+3
2024-11-25[clang-format][NFC] Remove a pointer in ContinuationIndenterOwen Pan1-10/+7
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer1-2/+2
2024-09-22[clang-format] Fix regression with BlockIndent of Braced Initializers (#108717)Gedare Bloom1-0/+7
2024-09-18[clang-format] Fix regression in BAS_AlwaysBreak for-await (#108634)Gedare Bloom1-1/+2
2024-09-11[clang-format] Fix regressions in BAS_AlwaysBreak (#107506)Owen Pan1-3/+11
2024-08-28[clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (#10...Owen Pan1-6/+4
2024-08-24[clang-format] Treat new expressions as simple functions (#105168)kadir çetinkaya1-0/+9
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom1-22/+5
2024-08-16[clang-format] Adjust requires clause wrapping (#101550) (#102078)Nathan Sidwell1-0/+1
2024-08-10[clang-format] Add BreakBinaryOperations configuration (#95013)Ameer J1-1/+33
2024-07-24[clang-format] Improve BlockIndent at ColumnLimit (#93140)Gedare Bloom1-3/+35
2024-06-10[clang-format] Fix a bug in indenting lambda trailing arrows (#94560)c8ef1-0/+5
2024-06-06[clang-format] Fix a bug in `AlignAfterOpenBracket: DontAlign` (#94561)Owen Pan1-1/+1
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata1-1/+1
2024-04-12[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan1-1/+7
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan1-0/+9
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan1-7/+5
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura1-2/+17
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan1-9/+0
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan1-5/+7
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini1-7/+5
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan1-5/+7
2024-02-19[clang-format] Fix AllowShortLambdasOnASingleLine interfering with lambda bra...rmarker1-4/+12
2024-02-16[clang-format] Support of TableGen basic format restrictions. (#81611)Hirofumi Nakamura1-2/+12
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker1-3/+3
2024-02-09[clang-format][NFC] Drop "Always" in "AlwaysBreakTemplateDeclarations"Owen Pan1-3/+2
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan1-1/+4
2024-02-06[clang-format] Handle generic selections inside parentheses (#79785)sstwcw1-2/+5
2024-02-04[clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfter...rmarker1-3/+11
2024-01-22[clang-format]: Fix formatting of if statements with BlockIndent (#77699)Gedare Bloom1-7/+17
2024-01-22[clang-format] Fix a bug in ContinuationIndenter (#78921)Owen Pan1-1/+2
2024-01-22[clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond1-1/+3
2024-01-17[clang-format] TableGen multi line string support. (#78032)Hirofumi Nakamura1-0/+3
2023-12-29[clang-format] Fix bad indentation with attribute and templated type (#76336)XDeme1-1/+1