Skip to content

Commit ce43937

Browse files
committed
link TODO to issue #
1 parent 6aaed03 commit ce43937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ void SemaHLSL::CheckSemanticAnnotation(
765765
DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute});
766766
break;
767767
case attr::HLSLSV_Position:
768-
// TODO: allow use on other shader types & output once the overall semantic
769-
// logic is implemented.
768+
// TODO(#143523): allow use on other shader types & output once the overall
769+
// semantic logic is implemented.
770770
if (ST == llvm::Triple::Pixel)
771771
return;
772772
DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Pixel});

0 commit comments

Comments
 (0)