[clang] [SemaHLSL] Verify assignment of local resources (PR #176793)
Deric C. via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 19 11:16:52 PST 2026
================
@@ -4398,7 +4398,35 @@ bool SemaHLSL::ActOnUninitializedVarDecl(VarDecl *VD) {
return false;
}
-// Return true if everything is ok; returns false if there was an error.
----------------
Icohedron wrote:
Why is this comment removed?
https://github.com/llvm/llvm-project/pull/176793
More information about the cfe-commits
mailing list