From 9c613b337712314c169d4add61212f4fc4102022 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Dec 2022 21:06:25 -0500 Subject: Clean up numeric node construction and access API --- test/.clang-tidy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 9710cb77..811dfa30 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -5,7 +5,10 @@ Checks: > -*-magic-numbers, -android-cloexec-fopen, -bugprone-easily-swappable-parameters, + -bugprone-suspicious-memory-comparison, -cert-err33-c, + -cert-exp42-c, + -cert-flp37-c, -clang-analyzer-nullability.NullableDereferenced, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -concurrency-mt-unsafe, -- cgit v1.2.1