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

The rule we follow here is that it's ok to miss dependencies as long as the 
original input would be rejected by the compiler. We try to never report extra 
dependencies as that could hide the invalid code that caused us to misreport 
them.

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