We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2f62e commit f557d5aCopy full SHA for f557d5a
clang/lib/Parse/ParseHLSLRootSignature.cpp
@@ -6,7 +6,7 @@ namespace hlsl {
6
// Lexer Definitions
7
8
static bool IsNumberChar(char C) {
9
- // TODO(#120472): extend for float support exponents
+ // TODO(#126565): extend for float support exponents
10
return isdigit(C); // integer support
11
}
12
0 commit comments