From 56d2396d090ee873d58c58737382758d2afea8b9 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 14 Feb 2022 20:42:02 -0800 Subject: Enable 3 member function checks The only changes were to make some functions static, which is essentially no-op. Changes were done by the robot. Tested: Unit tests pass, changes no-op Signed-off-by: Ed Tanous Change-Id: Id84ca2bee6f237877ba2900b2cbe4679b38a91dc --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 6412a663f5..dfca83aa15 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -272,11 +272,14 @@ readability-avoid-const-params-in-decls, readability-braces-around-statements, readability-const-return-type, readability-container-size-empty, +readability-convert-member-functions-to-static, readability-delete-null-pointer, readability-deleted-default, readability-else-after-return, readability-implicit-bool-conversion, +readability-make-member-function-const, readability-named-parameter, +readability-non-const-parameter, readability-redundant-control-flow, readability-redundant-declaration, readability-redundant-function-ptr-dereference, -- cgit v1.2.3