summaryrefslogtreecommitdiff
path: root/clang/lib/Format/ContinuationIndenter.cpp
AgeCommit message (Expand)Author
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-21[clang-format] Fix repeated backslash insertion in macro line comments (#164300)Ruoyu Zhong
2025-10-19[clang-format][NFC] Annotate attribute squares more effectively (#164052)owenca
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-18[clang-format] Fix a crash on BAS_BlockIndent (#164047)owenca
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-08-17[clang-format] Fix a bug in breaking before FunctionDeclarationName (#153924)owenca
2025-07-24[clang-format] Stop ctor initializer from being inlined (#150361)Eric Li
2025-07-20[clang-format] Fix a bug in `BreakBeforeBinaryOperators: All` (#149695)Owen Pan
2025-06-29[clang-format] Make EndsInComma in ContinuationIndenter consistent (#146256)Owen Pan
2025-06-15[clang-format][NFC] Clean up DisallowLineBreaks lambda (#144255)Owen Pan
2025-06-09[clang-format] Parse JSON outermost l_brace as braced list brace (#143327)Owen Pan
2025-05-19[clang-format] Fix the indent of StartOfName after AttributeMacro (#140361)Owen Pan
2025-04-12[clang-format] Wrap and indent lambda braces in GNU style (#135479)Owen Pan
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan
2025-03-05[clang-format][NFC] Use better names for a couple of data membersOwen Pan
2025-03-03[clang-format] Fix a bug in wrapping function return type (#129374)Owen Pan
2025-02-27[clang-format] Change BracedInitializerIndentWidth to int (#128988)Owen Pan
2025-02-20[clang-format] Fix a bug in BCIS_AfterColon and `ColumnLimit: 0` (#127964)Owen Pan
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv
2025-01-30[clang-format] Fix mismatched break in BlockIndent (#124998)Gedare Bloom
2025-01-17[clang-format] Fix option `BreakBinaryOperations` for operator `>>` (#122282)Ander
2024-12-18[clang-format] Don't change breaking before CtorInitializerColon (#119522)Owen Pan
2024-12-17[clang-format] Detect nesting in template strings (#119989)Gedare Bloom
2024-11-25[clang-format][NFC] Remove a pointer in ContinuationIndenterOwen Pan
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer
2024-09-22[clang-format] Fix regression with BlockIndent of Braced Initializers (#108717)Gedare Bloom
2024-09-18[clang-format] Fix regression in BAS_AlwaysBreak for-await (#108634)Gedare Bloom
2024-09-11[clang-format] Fix regressions in BAS_AlwaysBreak (#107506)Owen Pan
2024-08-28[clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (#10...Owen Pan
2024-08-24[clang-format] Treat new expressions as simple functions (#105168)kadir çetinkaya
2024-08-22[clang-format] Change BinPackParameters to enum and add AlwaysOnePerLine (#10...Tom
2024-08-16[clang-format] Adjust requires clause wrapping (#101550) (#102078)Nathan Sidwell
2024-08-10[clang-format] Add BreakBinaryOperations configuration (#95013)Ameer J
2024-07-24[clang-format] Improve BlockIndent at ColumnLimit (#93140)Gedare Bloom
2024-06-10[clang-format] Fix a bug in indenting lambda trailing arrows (#94560)c8ef
2024-06-06[clang-format] Fix a bug in `AlignAfterOpenBracket: DontAlign` (#94561)Owen Pan
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata
2024-04-12[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan
2024-03-19Revert "[clang-format][NFC] Delete 100+ redundant #include lines in .cpp files"Owen Pan
2024-03-19Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#...Owen Pan
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura
2024-03-16[clang-format][NFC] Delete 100+ redundant #include lines in .cpp filesOwen Pan
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan
2024-02-19[clang-format] Fix AllowShortLambdasOnASingleLine interfering with lambda bra...rmarker
2024-02-16[clang-format] Support of TableGen basic format restrictions. (#81611)Hirofumi Nakamura
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker