[clang] [HLSL] Constant buffer layout struct update (PR #124840)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 11:20:30 PST 2025


================
@@ -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


More information about the cfe-commits mailing list