aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/Format.cpp
AgeCommit message (Expand)AuthorFilesLines
5 days[clang-format] Correctly handle backward compatibility of C headers (#159908)owenca1-38/+53
8 days[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca1-0/+3
10 days[clang-format][NFC] Add is_sorted() assertion for binary_search()Owen Pan1-0/+1
2025-09-14[clang-format] Handle C digit separators (#158418)owenca1-0/+1
2025-09-14[clang-format] Add IndentPPDirectives Leave option (#139750)Gedare Bloom1-0/+1
2025-09-12[clang-format] Add an option to format numeric literal case (#151590)Andy MacGregor1-0/+29
2025-08-17[clang-format] Add SpaceInEmptyBraces option (#153765)owenca1-3/+21
2025-07-28[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150744)Owen Pan1-17/+29
2025-07-25[clang-format] Google Style: disable DerivePointerAlignment. (#149602)James Y Knight1-1/+1
2025-07-24[clang-format] Fix a bug in `DerivePointerAlignment: true` (#150387)Owen Pan1-2/+3
2025-07-24[clang-format] Add AfterNot to SpaceBeforeParensOptions (#150367)Owen Pan1-0/+1
2025-07-17[clang-format] Add IgnoreExtension to SortIncludes (#137840)Daan De Meyer1-16/+29
2025-07-13[clang-format] Add MacrosSkippedByRemoveParentheses option (#148345)Owen Pan1-0/+2
2025-07-11Follow up on #147623Owen Pan1-1/+0
2025-07-09Address a handful of C4146 compiler warnings where literals can be replaced w...Alex Sepkowski1-10/+17
2025-07-06[clang-format][NFC] Replace size() with empty() (#147164)Owen Pan1-1/+1
2025-05-28[clang-format] Handle .h files for LK_C and LK_ObjC (#141714)Owen Pan1-5/+13
2025-05-20[clang-format] Handle raw string literals containing JSON code (#140666)Owen Pan1-2/+4
2025-05-19[clang-format][NFC] Upgrade SortIncludes option to a struct (#140497)Owen Pan1-12/+22
2025-05-16[clang] Use llvm::binary_search (NFC) (#140216)Kazu Hirata1-3/+2
2025-05-07[clang-format] Add SpaceAfterOperatorKeyword option (#137610)Filip Milosevic1-0/+3
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-04-19[clang] Use llvm::unique (NFC) (#136469)Kazu Hirata1-9/+9
2025-04-18[clang-format] Fix a crash in EnumTrailingComma (#135903)Owen Pan1-6/+11
2025-04-12[clang-format] Wrap and indent lambda braces in GNU style (#135479)Owen Pan1-1/+1
2025-04-12[clang-format][NFC] Add isJava() and isTextProto() in FormatStyle (#135466)Owen Pan1-7/+6
2025-04-10Treat ipynb as json (#135137)Tim Clephas1-1/+3
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan1-1/+1
2025-04-05[clang-format] Set C11 instead of C17 for LK_C (#134472)Owen Pan1-1/+1
2025-03-30[clang-format] Add an option for editing enum trailing commas (#133576)Owen Pan1-36/+81
2025-03-27[clang-format] Allow `Language: Cpp` for C files (#133033)Owen Pan1-4/+14
2025-03-14[clang-format] Add support for absl nullability macros (#130346)Jan Voung1-0/+4
2025-03-03[clang-format] Lex C++ only keywords as identifiers in C (#129426)Owen Pan1-17/+25
2025-03-03[clang-format] Don't sort includes for C# (#129369)Owen Pan1-1/+2
2025-02-27[clang-format] Change BracedInitializerIndentWidth to int (#128988)Owen Pan1-1/+1
2025-02-23[clang-format] Add the C language instead of treating it like C++ (#128287)Owen Pan1-1/+11
2025-02-21[clang-format] Allow specifying the language for `.h` files (#128122)Owen Pan1-0/+31
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom1-0/+2
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv1-0/+3
2025-01-27[clang-format] Add style option `PenaltyBreakBeforeMemberAccess` (#118409)Gedare Bloom1-0/+3
2025-01-21[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)Sirraide1-2/+2
2025-01-19[clang-format] Improve brace wrapping and add an option to control indentatio...Sirraide1-0/+2
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan1-4/+4
2025-01-02[clang-format] Add option WrapNamespaceBodyWithNewlines (#106145)dmasloff1-0/+15
2025-01-01[clang-format] Add `VariableTemplates` option (#121318)Owen Pan1-0/+1
2024-12-30[clang-format] Add `AllowShortNamespacesOnASingleLine` option (#105597)Galen Elias1-0/+3
2024-12-24[clang-format] Skip line splices when sorting C++ includes (#120680)Owen Pan1-2/+9
2024-12-03[clang-format] Add support for `.cjs` as JavaScript file extension (#118188)Jim B1-0/+1