================
@@ -1420,7 +1420,7 @@ void 
NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
   }
 
   // Parse a potential octal literal prefix.
-  bool SawOctalPrefix = false;
+  bool SawOctalPrefix = false, IsNakedZero = false;
----------------
erichkeane wrote:

```suggestion
  bool SawOctalPrefix = false, IsSingleZero = false;
```

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

Reply via email to