================
@@ -2931,7 +2931,8 @@ class CodeGenFunction : public CodeGenTypeCache {
                            RawAddress *Alloca = nullptr);
   RawAddress CreateMemTemp(QualType T, CharUnits Align,
                            const Twine &Name = "tmp",
-                           RawAddress *Alloca = nullptr);
+                           RawAddress *Alloca = nullptr,
+                           LangAS OverrideSemaForOpenCL = LangAS::Default);
----------------
arsenm wrote:

OverrideSemaForOpenCL is pretty gross, but I guess this is better than the 
previous situation. This needs some documentation 

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

Reply via email to