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. --- bindings/cxx/include/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings/cxx/include') diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cxx/include/.clang-tidy index 182d0d7..816223d 100644 --- a/bindings/cxx/include/.clang-tidy +++ b/bindings/cxx/include/.clang-tidy @@ -5,6 +5,8 @@ Checks: > -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-static-cast-downcast, -google-runtime-references, + -hicpp-named-parameter, + -llvmlibc-*, -modernize-use-trailing-return-type, -readability-implicit-bool-conversion, -readability-named-parameter, -- cgit v1.2.1