================
@@ -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?
----------------
AaronBallman wrote:

I think we should emit a warning for this because it's a bit of a confusing 
construct; MSVC does: https://godbolt.org/z/cs1xn5M8T (GCC does not)

https://github.com/llvm/llvm-project/pull/149982
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to