================
@@ -393,7 +393,7 @@ static bool isQuoteCppDigitSeparator(const char *const 
Start,
 }
 
 void Scanner::skipLine(const char *&First, const char *const End) {
----------------
ziqingluo-90 wrote:

Yeah, this is much simpler.  Thank you!
This fix relies on the input source being valid (e.g., if the source code is so 
invalid that there are arbitrary characters following a line-continuation, 
there could still be problems).  Still, I think it is a fair assumption for 
`clang-scan-deps`.

https://github.com/llvm/llvm-project/pull/146645
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to