================
@@ -604,6 +604,10 @@ IdentifierInfo
*Preprocessor::ParsePragmaPushOrPopMacro(Token &Tok) {
assert(StrVal[0] == '"' && StrVal[StrVal.size()-1] == '"' &&
"Invalid string token!");
+ // FIXME: Should we emit a warning?
----------------
yronglin wrote:SGTM, added. https://github.com/llvm/llvm-project/pull/149982 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
