From 31873b31c18e9bdf0e512749878a2997404f8f6b Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 25 Jan 2022 16:27:50 -0800 Subject: Enable performance-no-int-to-ptr check We have no violations of this. Just turn on the check. Signed-off-by: Ed Tanous Change-Id: Ie27f5b99fc96b4e61c063bf7979697f3d738744a --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 23cc7aea1f..00276808ff 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -262,6 +262,7 @@ performance-inefficient-vector-operation, performance-move-const-arg, performance-move-constructor-init, performance-no-automatic-move, +performance-no-int-to-ptr, performance-noexcept-move-constructor, performance-trivially-destructible, performance-type-promotion-in-math-fn, -- cgit v1.2.3