================
@@ -202,7 +202,7 @@ struct BuiltinTypeMethodBuilder {
   BuiltinTypeMethodBuilder &declareLocalVar(LocalVar &Var);
   template <typename... Ts>
   BuiltinTypeMethodBuilder &callBuiltin(StringRef BuiltinName,
-                                        QualType ReturnType, Ts... ArgSpecs);
+                                        QualType ReturnType, Ts &&...ArgSpecs);
----------------
bob80905 wrote:

This was originally needed to pass in a local variable to the callBuiltin 
function, but since your change no longer requires passing in a local variable, 
we don't need this change anymore.

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

Reply via email to