================ @@ -148,6 +148,13 @@ New checks Finds uses of ``std::lock_guard`` and suggests replacing them with C++17's alternative ``std::scoped_lock``. +- New :doc:`portability-avoid-platform-specific-fundamental-types + <clang-tidy/checks/portability/avoid-platform-specific-fundamental-types>` + check. + + Finds fundamental types (e.g. `int`, `float`) and recommends using typedefs ---------------- EugeneZelenko wrote:
```suggestion Finds fundamental types (e.g. ``int``, ``float``) and recommends using typedefs ``` https://github.com/llvm/llvm-project/pull/146970 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits