================
@@ -967,6 +967,10 @@ static void checkUndefinedButUsed(Sema &S) {
                            Func->getIdentifier()->isMangledOpenMPVariantName();
         }
       }
+      // Do not warn on undefined internal functions in HLSL, they will get
----------------
python3kgae wrote:

dxc do get warning 
Here's an example
https://godbolt.org/z/qPbvEzWzM

Will this change in clang?


https://github.com/llvm/llvm-project/pull/95331
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to