================ @@ -194,6 +226,8 @@ static void locateCStrings(SparseBitVector<8> &BV, StringRef Str) { SpecPos += 2; continue; } + if (Str.find_first_of("v", SpecPos) != StringRef::npos) ---------------- vikramRH wrote: Fixed https://github.com/llvm/llvm-project/pull/72556