aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-22 18:17:09 +0100
committerDavid Robillard <d@drobilla.net>2020-11-22 18:19:46 +0100
commit6426b03476fb91efbd90acd599472010f5474390 (patch)
treeba06563214240533bd02b6021dbbefdbbfc4dd64 /bindings
parent0a5b734f6d373b5230d79db625ca311255a49abf (diff)
downloadpugl-6426b03476fb91efbd90acd599472010f5474390.tar.gz
pugl-6426b03476fb91efbd90acd599472010f5474390.tar.bz2
pugl-6426b03476fb91efbd90acd599472010f5474390.zip
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.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/cxx/include/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
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,