DirectXShaderCompiler icon indicating copy to clipboard operation
DirectXShaderCompiler copied to clipboard

Provide early, friendly error reporting for invalid record use after OutputComplete

Open llvm-beanz opened this issue 1 year ago • 1 comments

Evaluate the ability to provide earlier (AST-level) diagnostics for invalid record use after OutputComplete. This could be modeled after clang diagnostics for use after std::move.

llvm-beanz avatar Jun 28 '23 19:06 llvm-beanz

Error already exists in validation. It would be nice to have it earlier, but there might be more important tasks for 6.8

pow2clk avatar Aug 28 '23 21:08 pow2clk