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

Good catch! I will bring the warning back and modify tests that hit it.

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