From f0f058dbeb40d016501328ed755392b46eefec9b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Nov 2020 13:32:11 +0100 Subject: Run clang-tidy on all headers and fix various issues It's a nightmare trying to get this thing to check everything. --- src/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index 7bc36f7..bdbd078 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -5,8 +5,10 @@ Checks: > -bugprone-suspicious-string-compare, -cert-flp30-c, -clang-analyzer-security.FloatLoopCounter, + -clang-diagnostic-unused-macros, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, + -llvm-header-guard, -readability-else-after-return, FormatStyle: file HeaderFilterRegex: 'pugl/.*' -- cgit v1.2.1