[clang-tools-extra] [clang-tidy] add modernize-use-std-numbers (PR #66583)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 10:53:10 PST 2023


================
@@ -5,7 +5,7 @@ modernize-use-std-numbers
 
 Finds constants and function calls to math functions that can be replaced
 with c++20's mathematical constants from the ``numbers`` header and offers fix-it hints.
-Does not match the use of variables or macros with that value and instead, offers a replacement
+Does not match the use of variables or macros with that value, and instead, offers a replacement
----------------
5chmidti wrote:

This looks like an older review comment from your previous review was probably saved by GitHub. The comma exists in the current version and the column limit is not exceeded.

https://github.com/llvm/llvm-project/pull/66583


More information about the cfe-commits mailing list