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

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 10:08:54 PST 2023


================
@@ -0,0 +1,73 @@
+.. title:: clang-tidy - modernize-use-std-numbers
+
+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
----------------
EugeneZelenko wrote:

Ditto.

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


More information about the cfe-commits mailing list