================
@@ -879,6 +880,11 @@ void Preprocessor::updateOutOfDateIdentifier(const 
IdentifierInfo &II) const {
   getExternalSource()->updateOutOfDateIdentifier(II);
 }
 
+static bool isProtectedEmbedParameterName(const IdentifierInfo *II) {
+  return II->isStr("limit") || II->isStr("prefix") || II->isStr("suffix") ||
+         II->isStr("if_empty");
----------------
Fznamznon wrote:

I'm not a fan of that hardcoding given that these parameters might be subject 
to extensions.

https://github.com/llvm/llvm-project/pull/224769
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to