[clang] [HLSL] Update Sema Checking Diagnostics for builtins (PR #138429)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 12:20:30 PDT 2025
================
@@ -2507,13 +2441,9 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
break;
}
case Builtin::BI__builtin_hlsl_dot: {
- if (SemaRef.checkArgCount(TheCall, 2))
----------------
farzonl wrote:
Why did you remove this? Since you are leaving it for many of the other builtins this one now looks like the odd man out.
https://github.com/llvm/llvm-project/pull/138429
More information about the cfe-commits
mailing list