From 4ae4dd5b09c04246cd5cfc26572d3840e993b95a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Oct 2020 20:48:50 +0100 Subject: Add Vulkan demos --- examples/.clang-tidy | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'examples/.clang-tidy') 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, -- cgit v1.2.1