aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-26 20:48:50 +0100
committerDavid Robillard <d@drobilla.net>2020-10-28 19:11:01 +0100
commit4ae4dd5b09c04246cd5cfc26572d3840e993b95a (patch)
tree73df85e17be714fd4e2893981ee550d67a093614 /examples/.clang-tidy
parent1bcc437a37d80e3ad0e6f1dbd5ba858f933a0846 (diff)
downloadpugl-4ae4dd5b09c04246cd5cfc26572d3840e993b95a.tar.gz
pugl-4ae4dd5b09c04246cd5cfc26572d3840e993b95a.tar.bz2
pugl-4ae4dd5b09c04246cd5cfc26572d3840e993b95a.zip
Add Vulkan demos
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r--examples/.clang-tidy11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index 0c4a3cd..2a0160d 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -8,10 +8,21 @@ Checks: >
-cert-flp30-c,
-clang-analyzer-alpha.*,
-clang-analyzer-security.FloatLoopCounter,
+ -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
+ -cppcoreguidelines-pro-bounds-constant-array-index,
+ -cppcoreguidelines-pro-bounds-pointer-arithmetic,
+ -cppcoreguidelines-pro-type-reinterpret-cast,
+ -cppcoreguidelines-pro-type-vararg,
+ -fuchsia-default-arguments,
+ -fuchsia-default-arguments-calls,
-google-runtime-references,
-hicpp-multiway-paths-covered,
+ -hicpp-no-array-decay,
-hicpp-signed-bitwise,
+ -hicpp-vararg,
-llvm-header-guard,
+ -misc-misplaced-const,
+ -misc-non-private-member-variables-in-classes,
-modernize-use-trailing-return-type,
-readability-else-after-return,
-readability-implicit-bool-conversion,