Loading clang/lib/Lex/Lexer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -2553,7 +2553,7 @@ bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, '/', '/', '/', '/', '/', '/', '/', '/' }; while (CurPtr + 16 <= BufferEnd && !vec_any_eq(*(const vector unsigned char*)CurPtr, Slashes)) !vec_any_eq(*(const __vector unsigned char *)CurPtr, Slashes)) CurPtr += 16; #else // Scan for '/' quickly. Many block comments are very large. Loading Loading
clang/lib/Lex/Lexer.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -2553,7 +2553,7 @@ bool Lexer::SkipBlockComment(Token &Result, const char *CurPtr, '/', '/', '/', '/', '/', '/', '/', '/' }; while (CurPtr + 16 <= BufferEnd && !vec_any_eq(*(const vector unsigned char*)CurPtr, Slashes)) !vec_any_eq(*(const __vector unsigned char *)CurPtr, Slashes)) CurPtr += 16; #else // Scan for '/' quickly. Many block comments are very large. Loading