Clang prints a margin with line numbers to the left of code snippets now, introduced in https://reviews.llvm.org/D147875.
This is a patch to fix a lldb test case that was broken due to the above change in clang. We either need to tell clang not to output line numbers in diagnostic code snippets, or the test case needs to be adapted.