From adf3d0e54da2836d9ff74980a3c82a51f6f03297 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Fri, 7 Jan 2022 09:42:21 -0800 Subject: Enable pro-type-static-cast-downcast checks We only had one usage, and it was really bad and breaking const correctness, so fix it to read the crashdump in inline. Signed-off-by: Ed Tanous Change-Id: I234946fe09d73a9fa0191a15a89d0b2c26f32337 --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index c15af94606..7f36b77c1f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -211,6 +211,7 @@ cppcoreguidelines-pro-type-const-cast, cppcoreguidelines-pro-type-cstyle-cast, cppcoreguidelines-pro-type-member-init, cppcoreguidelines-pro-type-reinterpret-cast, +cppcoreguidelines-pro-type-static-cast-downcast, cppcoreguidelines-pro-type-vararg, cppcoreguidelines-special-member-functions, misc-misplaced-const, -- cgit v1.2.3