aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format
AgeCommit message (Expand)AuthorFilesLines
11 days[clang-format] Don't re-annotate CaseLabelColon as ConditionalExpr (#114639)Owen Pan1-1/+1
12 days[clang-format] Fix a regression in parsing `switch` in macro call (#114506)Owen Pan1-2/+6
2024-10-24[clang-format][NFC] Use CLANG_SOURCE_DIR in CMakeListsOwen Pan1-6/+6
2024-10-23[clang-format] Add KeepFormFeed option (#113268)Owen Pan5-11/+28
2024-10-22[clang-format] Handle C# `goto case` constructs (#113257)Owen Pan1-0/+5
2024-10-22[clang-format] Use RemoveEmptyLinesInUnwrappedLines in clang-format s… (#11...Owen Pan1-0/+1
2024-10-22[clang-format] Make bitwise and imply requires clause (#110942)Emilia Kond1-1/+1
2024-10-21[clang-format] Fix a crash on C# `goto case` (#113056)Owen Pan1-1/+1
2024-10-17[clang-format] Add RemoveEmptyLinesInUnwrappedLines option (#112325)Owen Pan2-1/+6
2024-10-17[clang-format] Handle template opener/closer in braced list (#112494)Owen Pan1-0/+5
2024-10-14Revert "[clang-format] Correctly annotate */& in if condition with braced ini...Owen Pan1-16/+9
2024-10-14[clang-format] Stop crashing when formatting Verilog (#112043)sstwcw1-1/+2
2024-10-11[clang-format] Introduce "ReflowComments: IndentOnly" to re-indent comments w...Iuri Chaer5-12/+27
2024-10-08[clang-format] Insert a space between l_paren and ref-qualifier (#111465)Owen Pan1-0/+4
2024-10-07[clang-format][NFC] Clean up AlignConsecutiveStyle (#111285)Owen Pan1-15/+5
2024-10-07[clang-format] Don't insert spaces after keywords in protobuf field o… (#11...Owen Pan1-12/+14
2024-10-06[clang-format] Add AlignFunctionDeclarations to AlignConsecutiveDeclarations ...Brad House2-16/+21
2024-10-04[clang-format] Annotate ::operator as FunctionDeclarationName (#111115)Owen Pan1-0/+7
2024-10-04[clang-format] Handle template closer followed by braces (#110971)Owen Pan1-0/+5
2024-10-03[clang-format] Fix a bug that misannotates binary operators */&/&& (#110945)Owen Pan1-1/+1
2024-10-02[clang-format] Handle template closer followed by empty paretheses (#110408)Owen Pan2-23/+31
2024-10-02[clang-format] Add TemplateNames option to help parse C++ angles (#109916)Owen Pan5-17/+27
2024-10-02[clang-format] Correctly annotate */& in if condition with braced init (#109505)Owen Pan1-9/+16
2024-10-02[clang-format] Annotate the l_paren of function pointer types (#109229)Owen Pan1-6/+8
2024-09-22[clang-format] Fix regression with BlockIndent of Braced Initializers (#108717)Gedare Bloom1-0/+7
2024-09-20[clang-format] Correctly annotate pointer/reference in `if` statement (#109370)Owen Pan1-21/+13
2024-09-20[clang-format] Correctly annotate pointer/reference in range-for loop (#109361)Owen Pan1-0/+6
2024-09-18[clang-format] Fix regression in BAS_AlwaysBreak for-await (#108634)Gedare Bloom1-1/+2
2024-09-17[clang-format] Handle C-style cast of qualified type (#108929)Owen Pan1-5/+8
2024-09-17[clang-format] Fix a bug in SpacesInParens InConditionalStatements (#108797)Owen Pan1-19/+17
2024-09-17[clang-format] Reimplement InsertNewlineAtEOF (#108513)Owen Pan2-5/+7
2024-09-16[Format] Dont treat LBrace after extends/implements as initializer list (#108...kadir çetinkaya1-1/+1
2024-09-16[Format] Avoid repeated hash lookups (NFC) (#108794)Kazu Hirata1-2/+3
2024-09-11[clang-format] Fix regressions in BAS_AlwaysBreak (#107506)Owen Pan1-3/+11
2024-09-10[Format] Avoid repeated hash lookups (NFC) (#107962)Kazu Hirata1-5/+2
2024-09-07[clang-format] Fix a bug in annotating CastRParen (#107675)Owen Pan1-12/+17
2024-09-05[clang-format] Correctly annotate braces in macro definition (#107352)Owen Pan1-1/+2
2024-09-03Revert "[clang-format] Correctly annotate braces in macro definition (#106662)"Owen Pan1-1/+2
2024-09-03[clang-format] Handle pointer/reference in macro definitions (#107074)Owen Pan2-11/+21
2024-09-03[clang-format] Fix a regression in annotating ObjCBlockLParen (#107021)Owen Pan1-2/+1
2024-09-02[clang-format] Correctly annotate braces in macro definition (#106662)Owen Pan1-2/+1
2024-08-30[clang-format] Correctly annotate braces in ObjC square brackets (#106654)Owen Pan1-0/+1
2024-08-29[clang-format] Correctly identify token-pasted record names (#106484)Owen Pan1-0/+1
2024-08-28[clang-format] Revert "[clang-format][NFC] Delete TT_LambdaArrow (#70… (#10...Owen Pan4-23/+25
2024-08-28[clang-format] js handle anonymous classes (#106242)Krasimir Georgiev1-2/+6
2024-08-27[clang-format] Insert a space between new/delete and a C-style cast (#106175)Owen Pan1-1/+3
2024-08-27[clang-format] Fix misalignments of pointers in angle brackets (#106013)Owen Pan1-1/+3
2024-08-24[clang-format] Fix a misannotation of less/greater as angle brackets (#105941)Owen Pan1-1/+1
2024-08-24[clang-format] Fix a misannotation of redundant r_paren as CastRParen (#105921)Owen Pan1-0/+2
2024-08-24[clang-format] Treat new expressions as simple functions (#105168)kadir çetinkaya1-0/+9