================
@@ -1394,7 +1394,7 @@ bool Preprocessor::HandleModuleContextualKeyword(Token
&Result) {
LookUpIdentifierInfo(*NextTok);
if (Result.getIdentifierInfo()->isImportKeyword()) {
- if (NextTok->isOneOf(tok::identifier, tok::less, tok::colon,
+ if (NextTok->isOneOf(tok::identifier, tok::colon,
----------------
yronglin wrote:
Yes, the original implementation is incorrect.
https://github.com/llvm/llvm-project/pull/191004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits