================ @@ -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 ---------------- jj-marr wrote:
Actually I didn't, but fixed. 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