================
@@ -14183,6 +14183,7 @@ void Sema::ActOnUninitializedDecl(Decl *RealDecl) {
if (getLangOpts().OpenCL &&
Var->getType().getAddressSpace() == LangAS::opencl_local)
return;
+
----------------
bob80905 wrote:
nit: unneeded new line
https://github.com/llvm/llvm-project/pull/124840