[clang-tools-extra] [clang-tidy] Add portability-avoid-platform-specific-fundamental-types (PR #146970)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 9 20:28:14 PDT 2025
================
@@ -0,0 +1,240 @@
+.. title:: clang-tidy - portability-avoid-platform-specific-fundamental-types
+
+portability-avoid-platform-specific-fundamental-types
+=====================================================
+
+Finds fundamental types (e.g. ``int``, ``float``) and recommends using typedefs
----------------
EugeneZelenko wrote:
Please synchronize with statement in Release Notes.
https://github.com/llvm/llvm-project/pull/146970
More information about the cfe-commits
mailing list