summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-15 20:03:01 +0100
committerDavid Robillard <d@drobilla.net>2020-12-15 20:03:01 +0100
commit7b1c6f0ff13dda05886df9165cca550a449a7298 (patch)
treebe50ca5fd0286b148818278fb244acd97b4fdde8 /.clang-tidy
parent12e79b788db3e3b5cedccf1d2018fefbe7765171 (diff)
downloadingen-7b1c6f0ff13dda05886df9165cca550a449a7298.tar.gz
ingen-7b1c6f0ff13dda05886df9165cca550a449a7298.tar.bz2
ingen-7b1c6f0ff13dda05886df9165cca550a449a7298.zip
Suppress all Android cloexec clang-tidy warnings
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index fc9072e0..65f41be0 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -10,7 +10,7 @@ Checks: >
-*-special-member-functions,
-*-uppercase-literal-suffix,
-abseil-string-find-str-contains,
- -android-cloexec-fopen,
+ -android-cloexec-*,
-bugprone-branch-clone,
-bugprone-exception-escape,
-bugprone-macro-parentheses,