From f79ce6a8f745f0baa5ba457a5a0c85a9f549893f Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 20 Mar 2024 12:27:06 -0700 Subject: Enable bugprone clang check bugprone-multi-level-implicit-pointer-conversion is something that we pass currently, with one exception in the deprecated rest API. Ignore the one exception, as it's not clear how to fix it, and enable the check. Tested: Clang tidy passes. Change-Id: Idc10e0bb7b876e1c70afa28f9c27cc7bef1db0d7 Signed-off-by: Ed Tanous --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 71e80a4eed..c7963c089e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -26,6 +26,7 @@ bugprone-misplaced-operator-in-strlen-in-alloc, bugprone-misplaced-pointer-arithmetic-in-alloc, bugprone-misplaced-widening-cast, bugprone-move-forwarding-reference, +bugprone-multi-level-implicit-pointer-conversion, bugprone-multiple-statement-macro, bugprone-narrowing-conversions, bugprone-no-escape, -- cgit v1.2.3