================
@@ -4677,7 +4676,10 @@ bool Lexer::LexDependencyDirectiveToken(Token &Result) {
 
   if (ParsingFilename && DDTok.is(tok::less)) {
----------------
zygoloid wrote:

This looks wrong. If we can't lex the token correctly from the start (can we?) 
then we'll need to relex any token that starts with `<`. Why are we in a 
situation where we mislexed the token?

https://github.com/llvm/llvm-project/pull/191004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to