[clang] [llvm] [HLSL][DXIL] Implement `refract` intrinsic (PR #147342)

Sarah Spall via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 18:29:18 PDT 2025


================
@@ -3995,4 +3995,4 @@ bool SemaHLSL::handleInitialization(VarDecl *VDecl, Expr *&Init) {
   }
   Init = C;
   return true;
-}
+}
----------------
spall wrote:

add the newline back.

https://github.com/llvm/llvm-project/pull/147342


More information about the llvm-commits mailing list