[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:40:02 PDT 2025
================
@@ -142,6 +142,12 @@ New checks
Finds calls to ``operator[]`` in STL containers and suggests replacing them
with safe alternatives.
+- New :doc:`google-runtime-float
+ <clang-tidy/checks/google/runtime-float>` check.
+
+ Checks for and warns of uses of the ``long double`` type, which is
----------------
EugeneZelenko wrote:
Just `Warns`?
https://github.com/llvm/llvm-project/pull/156763
More information about the cfe-commits
mailing list