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

via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 14:51:06 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
----------------
joaosaffran wrote:

Will ignore those possibly hide a bug? Should a new issue be filed to investigate why this is only required here?

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


More information about the cfe-commits mailing list