From 6426b03476fb91efbd90acd599472010f5474390 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Nov 2020 18:17:09 +0100 Subject: Suppress various clang-tidy warnings These libc-specific warnings are a new level, even for LLVM. Using an opt-out style for this is probably not going to last. --- test/.clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 5f3596a..e7c1e2c 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,9 +2,13 @@ Checks: > *, -*-magic-numbers, -*-uppercase-literal-suffix, + -bugprone-reserved-identifier, + -cert-dcl37-c, + -cert-dcl51-cpp, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, + -llvmlibc-*, -modernize-use-trailing-return-type, FormatStyle: file HeaderFilterRegex: 'pugl/.*|test/.*' -- cgit v1.2.1