[clang-tools-extra] [clang-tidy] Add portability-avoid-platform-specific-fundamental-types (PR #146970)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 5 14:59:05 PDT 2025
================
@@ -0,0 +1,157 @@
+.. title:: clang-tidy - portability-avoid-platform-specific-fundamental-types
+
+portability-avoid-platform-specific-fundamental-types
+=====================================================
+
+Finds fundamental types and recommends using typedefs or fixed-width types instead.
----------------
EugeneZelenko wrote:
Please synchronize this statement with Release Notes.
https://github.com/llvm/llvm-project/pull/146970
More information about the cfe-commits
mailing list