================ @@ -387,7 +387,7 @@ struct GenericKernelTy { KernelEnvironmentTy KernelEnvironment; /// The prototype kernel launch environment. - KernelLaunchEnvironmentTy KernelLaunchEnvironment; + KernelLaunchEnvironmentTy KernelLaunchEnvironment = {0, 0}; ---------------- shiltian wrote:
```suggestion KernelLaunchEnvironmentTy KernelLaunchEnvironment = {0, 0, nullptr}; ``` https://github.com/llvm/llvm-project/pull/70752 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits