Skip to content

Commit f557d5a

Browse files
committed
review: update linked todo
1 parent de2f62e commit f557d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseHLSLRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace hlsl {
66
// Lexer Definitions
77

88
static bool IsNumberChar(char C) {
9-
// TODO(#120472): extend for float support exponents
9+
// TODO(#126565): extend for float support exponents
1010
return isdigit(C); // integer support
1111
}
1212

0 commit comments

Comments
 (0)