================
@@ -77,7 +77,7 @@ static std::optional<std::string> formatIfNeeded(StringRef 
IntegerLiteral,
         transformComponent(IntegerLiteral.take_front(1 + N.BaseLetterPos),
                            Style.NumericLiteralCase.Prefix);
   }
-  // reformat this slice as HexDigit whether or not the digit has hexadecimal
+  // Reformat this slice as HexDigit whether or not the digit has hexadecimal
   // characters because binary/decimal/octal digits are unchanged
----------------
HazardyKnusperkeks wrote:

```suggestion
  // characters because binary/decimal/octal digits are unchanged.
```
Comments end in full stop.

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

Reply via email to