================
@@ -978,6 +979,28 @@ NumericLiteralParser::NumericLiteralParser(StringRef 
TokSpelling,
   // we break out of the loop.
   for (; s != ThisTokEnd; ++s) {
     switch (*s) {
+    case 'b':
----------------
overmighty wrote:

```suggestion
    case 'b': // FP Suffix for "__bf16"
```

https://github.com/llvm/llvm-project/pull/134214
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to