From ce2570b2071360c0b4bb4cd3c62ed8cccab26513 Mon Sep 17 00:00:00 2001 From: Regina Pfeifer Date: Tue, 20 Nov 2018 09:13:58 +0100 Subject: clang-tidy: Enable checks from bugprone set --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index cec7d03a5b..0ba4b0b375 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,8 @@ --- Checks: "-*,\ +bugprone-*,\ +-bugprone-macro-parentheses,\ +-bugprone-misplaced-widening-cast,\ google-readability-casting,\ misc-*,\ -misc-incorrect-roundings,\ -- cgit v1.2.1