Skip to content

Commit f6a05c3

Browse files
Update clang/lib/Lex/LiteralSupport.cpp
Co-authored-by: OverMighty <[email protected]>
1 parent 621d5a3 commit f6a05c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Lex/LiteralSupport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
979979
// we break out of the loop.
980980
for (; s != ThisTokEnd; ++s) {
981981
switch (*s) {
982-
case 'b':
982+
case 'b': // FP Suffix for "__bf16"
983983
case 'B':
984984
if (!isFPConstant)
985985
break; // Error for integer constant.

0 commit comments

Comments
 (0)