Lex: Don't crash if both conflict markers are on the same line
We would check if the terminator marker is on a newline. However, the logic would end up out-of-bounds if the terminator marker immediately follows the start marker. This fixes PR21820. llvm-svn: 224210
Loading
Please sign in to comment