summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-01-22 10:37:26 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2021-01-27 08:45:44 -0500
commit4470eb5179d6ccbe5e31cec758546e820752f2d8 (patch)
tree4db16d6c3a8cb6cd5448074a64cbf2854080586e /.clang-tidy
parent4f396e6528ae6bfc4b847fa7d67d8e24a3dd4933 (diff)
downloadcmake-4470eb5179d6ccbe5e31cec758546e820752f2d8.tar.gz
clang-tidy: fix `performance-trivially-destructible` warnings
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 8e8ebdad02..ccb36aefe9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -17,7 +17,6 @@ modernize-*,\
-modernize-use-trailing-return-type,\
-modernize-use-transparent-functors,\
performance-*,\
--performance-trivially-destructible,\
readability-*,\
-readability-convert-member-functions-to-static,\
-readability-function-size,\