[PATCH] D133674: [Lex/DependencyDirectivesScanner] Handle the case where the source line starts with a `tok::hashhash`
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 12 11:56:20 PDT 2022
jansvoboda11 added a comment.
Could you explain why this is necessary and even correct? I'd expect Clang to give an error when seeing `##` in this position, and I'd expect the scanner to do the same.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133674/new/
https://reviews.llvm.org/D133674
More information about the cfe-commits
mailing list