summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-01-26 03:27:50 +0300
committerEd Tanous <ed@tanous.net>2022-02-11 23:30:17 +0300
commit31873b31c18e9bdf0e512749878a2997404f8f6b (patch)
treef2133be370e60cc38bab89e8f3b2c1aa1f83edf9 /.clang-tidy
parente05aec50f10116e6dda7e377bc61799aa5b7c166 (diff)
downloadbmcweb-31873b31c18e9bdf0e512749878a2997404f8f6b.tar.xz
Enable performance-no-int-to-ptr check
We have no violations of this. Just turn on the check. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ie27f5b99fc96b4e61c063bf7979697f3d738744a
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
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,