================
@@ -1916,6 +1917,12 @@ 
TemplateInstantiator::TransformPredefinedExpr(PredefinedExpr *E) {
   return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind());
 }
 
+ExprResult TemplateInstantiator::TransformStringLiteral(StringLiteral *E) {
+  return StringLiteral::Create(
----------------
shafik wrote:

So I see in the summary you say "When the array bounds depend on the template 
parameter" how is this enforced here? You should add those missing details in 
the summary.

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

Reply via email to