summaryrefslogtreecommitdiff
path: root/clang/lib/Format/Format.cpp
AgeCommit message (Expand)Author
2025-11-07[clang-format] Add option to separate comment alignment between ... (#165033)Björn Schäpers
2025-10-30[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)Gedare Bloom
2025-10-18[clang-format] Remove special handling of comments after brace/paren (#71672)Björn Schäpers
2025-10-16[clang-format] Fix an assertion failure on comment-only config files (#163111)owenca
2025-10-03[clang-format] Keep the ObjC selector name and `@selector` together (#160739)sstwcw
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-09-25[clang-format] Correctly handle backward compatibility of C headers (#159908)owenca
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-09-19[clang-format][NFC] Add is_sorted() assertion for binary_search()Owen Pan
2025-09-14[clang-format] Handle C digit separators (#158418)owenca
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom
2025-09-12[clang-format] Add an option to format numeric literal case (#151590)Andy MacGregor
2025-08-17[clang-format] Add SpaceInEmptyBraces option (#153765)owenca
2025-07-28[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150744)Owen Pan
2025-07-25[clang-format] Google Style: disable DerivePointerAlignment. (#149602)James Y Knight
2025-07-24[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150387)Owen Pan
2025-07-24[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan
2025-07-17[clang-format] Add IgnoreExtension to SortIncludes (#137840)Daan De Meyer
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan
2025-07-11Follow up on #147623Owen Pan
2025-07-09Address a handful of C4146 compiler warnings where literals can be replaced w...Alex Sepkowski
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan
2025-05-28[clang-format] Handle .h files for LK_C and LK_ObjC (#141714)Owen Pan
2025-05-20[clang-format] Handle raw string literals containing JSON code (#140666)Owen Pan
2025-05-19[clang-format][NFC] Upgrade SortIncludes option to a struct (#140497)Owen Pan
2025-05-16[clang] Use llvm::binary_search (NFC) (#140216)Kazu Hirata
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic
2025-04-30Reland [clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-30Revert "[clang-format] Add OneLineFormatOffRegex option (#137577)"Owen Pan
2025-04-29[clang-format] Add OneLineFormatOffRegex option (#137577)Owen Pan
2025-04-19[clang] Use llvm::unique (NFC) (#136469)Kazu Hirata
2025-04-18[clang-format] Fix a crash in EnumTrailingComma (#135903)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-04-10Treat ipynb as json (#135137)Tim Clephas
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan
2025-03-30[clang-format] Add an option for editing enum trailing commas (#133576)Owen Pan
2025-03-27[clang-format] Allow `Language: Cpp` for C files (#133033)Owen Pan
2025-03-14[clang-format] Add support for absl nullability macros (#130346)Jan Voung
2025-03-03[clang-format] Lex C++ only keywords as identifiers in C (#129426)Owen Pan
2025-03-03[clang-format] Don't sort includes for C# (#129369)Owen Pan
2025-02-27[clang-format] Change BracedInitializerIndentWidth to int (#128988)Owen Pan
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan
2025-02-21[clang-format] Allow specifying the language for `.h` files (#128122)Owen Pan
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv
2025-01-27[clang-format] Add style option `PenaltyBreakBeforeMemberAccess` (#118409)Gedare Bloom
2025-01-21[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)Sirraide
2025-01-19[clang-format] Improve brace wrapping and add an option to control indentatio...Sirraide