Skip to content

Commit 4180ab7

Browse files
committed
review: track update to adding float support issue
1 parent 1abd7ac commit 4180ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ void SemaHLSL::handleRootSignatureAttr(Decl *D, const ParsedAttr &AL) {
659659
return;
660660

661661
SourceLocation Loc = AL.getArgAsExpr(0)->getExprLoc();
662-
// FIXME: pass down below to lexer when fp is supported
662+
// TODO(#126565): pass down below to lexer when fp is supported
663663
// llvm::RoundingMode RM = SemaRef.CurFPFeatures.getRoundingMode();
664664
hlsl::RootSignatureLexer Lexer(Signature, Loc, SemaRef.getPreprocessor());
665665
SmallVector<llvm::hlsl::rootsig::RootElement> Elements;

0 commit comments

Comments
 (0)