forked from OSchip/llvm-project
parent
f76388dd7e
commit
802df13e4d
|
@ -50,7 +50,7 @@ static bool ParseScanList(FormatStringHandler &H,
|
|||
}
|
||||
}
|
||||
|
||||
// Special case: "]^" are the first characters.
|
||||
// Special case: "^]" are the first characters.
|
||||
if (I + 1 != E && I[0] == '^' && I[1] == ']') {
|
||||
I += 2;
|
||||
if (I == E) {
|
||||
|
|
Loading…
Reference in New Issue