================
@@ -3287,15 +3287,6 @@ bool Lexer::LexEndOfFile(Token &Result, const char 
*CurPtr) {
 std::optional<Token> Lexer::peekNextPPToken() {
   assert(!LexingRawMode && "How can we expand a macro from a skipping 
buffer?");
 
-  if (isDependencyDirectivesLexer()) {
----------------
zygoloid wrote:

Is the change here still need?

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