aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestCSharp.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-14[clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (#81591)rmarker1-1/+1
2024-01-15[clang-format] Stop aligning the to continuation lines (#76378)sstwcw1-0/+12
2023-10-26[clang-format][NFC] Remove extraneous newlines in some unit test filesOwen Pan1-14/+14
2023-09-05[clang-format] Break long string literals in C#, etc.sstwcw1-17/+72
2023-08-24Revert "[clang-format] Break long string literals in C#, etc."David Spickett1-72/+17
2023-08-24[clang-format] Break long string literals in C#, etc.sstwcw1-17/+72
2023-04-17[clang-format] CSharp don't allow there not to be a space between `is` and `[`mydeveloperday1-0/+8
2022-11-24[Format] Don't crash on mismatched bracketsSam McCall1-0/+4
2022-10-04[clang-format] Handle C# interpolated verbatim string prefix @$owenca1-0/+2
2022-09-25[clang-format] Handle constructor invocations after new operator in C# correctDanil Sidoruk1-0/+18
2022-07-25[clang-format] Fix a hang when formatting C# $@ string literalsowenca1-0/+1
2022-03-08[clang-format] Correctly detect `!` as TT_NonNullAssertion after `default`.Marek Kurdej1-0/+20
2022-03-08[clang-format] Handle C# 9 `init` accessor specifier.Marek Kurdej1-0/+14
2022-01-14[clang-format] Fix short functions being considered as inline inside an inden...Marek Kurdej1-0/+27
2021-12-17[clang-format] Fix formatting of the code that follows C# Lambda ExpressionsPeter Stys1-0/+122
2021-12-15[clang-format] put non-empty catch block on one line with AllowShortBlocksOnA...mydeveloperday1-0/+17
2021-12-15[clang-format] C# switch expression formatting differs from normal switch for...mydeveloperday1-0/+10
2021-11-13[clang-format] [PR52228] clang-format csharp inconsistant nested namespace in...mydeveloperday1-0/+55
2021-08-27[clang-format] [PR51640] - New AfterEnum brace wrapping changes have cause C#...mydeveloperday1-1/+216
2021-07-28[clang-format] Correctly attach enum braces with ShortEnums disabledLuna Kirkby1-2/+1
2021-07-01[clang-format] PR50727 C# Invoke Lamda Expression indentation incorrectmydeveloperday1-0/+116
2021-05-29[clang-format] successive C# attributes cause line breaking issuesmydeveloperday1-0/+59
2021-05-06[clang-format] Fix C# nullable-related errorsEliza Velasquez1-0/+15
2021-05-06[clang-format] Add more support for C# 8 nullablesEliza Velasquez1-0/+33
2021-01-17[clang-format] PR48594 BraceWrapping: SplitEmptyRecord ignored for templatesmydeveloperday1-16/+19
2020-09-18[clang-format] NFC ensure the clang-format tests remain clang-formattedmydeveloperday1-2/+1
2020-08-10[clang-format] Add space between method modifier and a tuple return type in C#Ɓukasz Krawczyk1-0/+14
2020-06-09[clang-format] Microsoft style fixes for C# propertiesJonathan Coe1-11/+13
2020-06-09[clang-format] Brace breaking for C# lambdasJonathan Coe1-0/+27
2020-06-08[clang-format] treat 'lock' as a keyword for C# codeJonathan Coe1-0/+3
2020-06-04[clang-format] Update GoogleStyle for C# code to match Google's internal C# s...Jonathan Coe1-10/+9
2020-05-15[clang-format] C# property formatting can be controlled by config optionsJonathan Coe1-2/+30
2020-05-05[clang-format] C# always regards && as a binary operatorJonathan Coe1-0/+3
2020-05-02[clang-format] NFC - clang-format the FormatTestsmydeveloperday1-1/+2
2020-04-30[clang-format] Fix Microsoft style for enumsAaron Smith1-1/+7
2020-04-28Revert "[clang-format] C# property formatting can be controlled by config opt...Jonathan Coe1-30/+2
2020-04-28[clang-format] C# property formatting can be controlled by config optionsJonathan Coe1-2/+30
2020-04-28[clang-format] insert space after C# keyword var in var (key, value)Jonathan Coe1-0/+1
2020-04-28[clang-format] Improved parser for C# propertiesJonathan Coe1-0/+58
2020-04-23[clang-format] Handle C# property accessors when parsing linesJonathan Coe1-4/+2
2020-04-16[clang-format] Do not interpret C# deconstruction in a foreach as a castJonathan Coe1-0/+7
2020-03-31[clang-format] Correct line breaks in C# generic type constraintsJonathan Coe1-1/+10
2020-03-30[clang-format] only parse C# generic type constraints in C#Krasimir Georgiev1-0/+8
2020-03-23[clang-format] No space inserted between commas in C#Jonathan Coe1-0/+3
2020-03-23[clang-format] Do not indent C# array initialisers as continuationsJonathan Coe1-0/+11
2020-03-23[clang-format] Reflow long C# generic type constraints correctlyJonathan Coe1-0/+8
2020-03-19[clang-format] Handle C# generic type constraintsJonathan Coe1-1/+17
2020-03-11[clang-format] Improved identification of C# nullablesJonathan Coe1-0/+4
2020-03-11[clang-format] No space in `new()` and `this[Type x]` in C#Jonathan Coe1-0/+2
2020-03-10[clang-format] Correct indentation for `[key] = value,` entries in C# object ...Jonathan Coe1-0/+9