From 02446e898d8991fab606aa8d3d964af19d2e4b4f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Dec 2022 18:02:30 -0500 Subject: Make clang-tidy configuration cleaner when run via meson Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project. --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 333f376..a05eaf9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,7 +7,10 @@ Checks: > -altera-*, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, + -clang-diagnostic-unused-function, + -clang-diagnostic-unused-macros, -llvmlibc-*, + -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' -- cgit v1.2.1