hanchenye-llvm-project/clang/unittests/Format
mydeveloperday f9937106b7 [clang-format] PR50727 C# Invoke Lamda Expression indentation incorrect
https://bugs.llvm.org/show_bug.cgi?id=50727

When processing C# Lambda expression in the indentation can goes a little wrong,
resulting the the closing } being at the wrong indentation level and meaning the remaining part of the file is
incorrectly indented.

This can be a fairly common pattern for when C# wants to peform a UI action from a thread,
and it wants to invoke that action on the main thread

Reviewed By: exv, jbcoe

Differential Revision: https://reviews.llvm.org/D104388
2021-07-01 10:46:43 +01:00
..
CMakeLists.txt [clang-format] Add basic support for formatting JSON 2021-06-26 15:20:17 +01:00
CleanupTest.cpp
FormatTest.cpp [clang-format] Fix the issue that empty lines being removed at the beginning of namespace 2021-06-27 15:59:21 +01:00
FormatTestCSharp.cpp [clang-format] PR50727 C# Invoke Lamda Expression indentation incorrect 2021-07-01 10:46:43 +01:00
FormatTestComments.cpp
FormatTestJS.cpp
FormatTestJava.cpp
FormatTestJson.cpp [clang-format] Add basic support for formatting JSON 2021-06-26 15:20:17 +01:00
FormatTestObjC.cpp Bump googletest to 1.8.1 2021-05-14 17:20:06 +02:00
FormatTestProto.cpp
FormatTestRawStrings.cpp
FormatTestSelective.cpp
FormatTestTableGen.cpp
FormatTestTextProto.cpp
FormatTestUtils.h
MacroExpanderTest.cpp
NamespaceEndCommentsFixerTest.cpp
SortImportsTestJS.cpp clang-format: [JS] don't sort named imports if off. 2021-06-11 12:02:33 +02:00
SortImportsTestJava.cpp
SortIncludesTest.cpp [Format] Don't sort includes if DisableFormat is true 2021-05-04 19:04:12 +01:00
TestLexer.h
TokenAnnotatorTest.cpp
UsingDeclarationsSorterTest.cpp