[clang] [HLSL] Rewrite semantics parsing (PR #152537)
Steven Perron via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 18 08:42:59 PDT 2025
================
@@ -838,8 +854,6 @@ void SemaHLSL::CheckSemanticAnnotation(
DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute});
break;
case attr::HLSLSV_Position:
- // TODO(#143523): allow use on other shader types & output once the overall
- // semantic logic is implemented.
----------------
s-perron wrote:
Why did you remove the TODO? This does not seem to be working at the output to the vertex shader yet.
https://github.com/llvm/llvm-project/pull/152537
More information about the cfe-commits
mailing list