================
@@ -160,6 +160,8 @@ static char GetFirstChar(const Preprocessor &PP, const
Token &Tok) {
bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,
const Token &PrevTok,
const Token &Tok) const {
+ if (PrevTok.is(tok::annot_module_name))
+ return false;
----------------
cor3ntin wrote:
can you explain this change?
https://github.com/llvm/llvm-project/pull/90574
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits