[clang] [HLSL] Update Sema Checking Diagnostics for builtins (PR #138429)

Sarah Spall via cfe-commits cfe-commits at lists.llvm.org
Mon May 5 13:01:58 PDT 2025


================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected=note,warning
----------------
spall wrote:

I believe for this test there was 1 warning about truncation; I'm not sure about the notes, but usually if there are notes, there is what I'd consider an overbearing amount of them.


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


More information about the cfe-commits mailing list