[PATCH] D154093: [clang-format] Break long string literals in C#, etc.
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 23:49:37 PDT 2023
owenpan added a comment.
@sstwcw this patch caused a crash in `FormatTestJS.StringLiteralConcatenation`:
Assertion failed: ((!RequiresNullTerminator || BufEnd[0] == 0) && "Buffer is not null terminated!"), function init, file MemoryBuffer.cpp, line 54.
Can you revert it if you can reproduce the crash?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154093/new/
https://reviews.llvm.org/D154093
More information about the cfe-commits
mailing list