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. --- include/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/.clang-tidy b/include/.clang-tidy index ccf7b3c..dd2fd47 100644 --- a/include/.clang-tidy +++ b/include/.clang-tidy @@ -4,5 +4,6 @@ Checks: > -*-uppercase-literal-suffix, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, + -llvmlibc-*, FormatStyle: file HeaderFilterRegex: 'pugl/.*' -- cgit v1.2.1