[clang-tools-extra] [Clang-Tidy] Add google-runtime-float Clang-Tidy check (PR #156763)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 5 10:34:53 PDT 2025
================
@@ -0,0 +1,10 @@
+.. title:: clang-tidy - google-runtime-float
+
+google-runtime-float
+====================
+
+Finds uses of ``long double`` and suggests replacing them with 64-bit
+or 128-bit floating-point types.
----------------
brenfwd wrote:
Updated to only recommend against using long double
https://github.com/llvm/llvm-project/pull/156763
More information about the cfe-commits
mailing list