"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "810d72195976605a9d1a9b1eeee45c06375dfa15"
[clang-format] Fix aligning with linebreaks
Breaking a string literal or a function calls arguments with AlignConsecutiveDeclarations or AlignConsecutiveAssignments did misalign the continued line. E.g.: void foo() { int myVar = 5; double x = 3.14; auto str = "Hello" "World"; } or void foo() { int myVar = 5; double x = 3.14; auto str = "Hello" "World"; } Differential Revision: https://reviews.llvm.org/D98214
Loading
Please register or sign in to comment