[clang-tools-extra] [clang-tidy] support different precisions (PR #130540)
Tommy Chen via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 10 19:19:46 PDT 2025
================
@@ -136,6 +136,10 @@ Changes in existing checks
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
warnings logic for ``nullptr`` in ``std::find``.
+- Improved :doc:`modernize-use-std-numbers
+ <clang-tidy/checks/modernize/use-std-numbers>` check to support math functions
----------------
dl8sd11 wrote:
Done.
https://github.com/llvm/llvm-project/pull/130540
More information about the cfe-commits
mailing list