diff options
author | David Robillard <d@drobilla.net> | 2021-09-10 20:11:44 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-09-10 20:54:28 -0400 |
commit | f522f8e480e8ef95ecb5e597ff3a22700d9ac9cf (patch) | |
tree | 6dbca0fcf00c679d8fed9f72845f2575ab8a33db /test/.clang-tidy | |
parent | b8461860b40f721fd9949ceb5c012c46f914445d (diff) | |
download | zix-f522f8e480e8ef95ecb5e597ff3a22700d9ac9cf.tar.gz zix-f522f8e480e8ef95ecb5e597ff3a22700d9ac9cf.tar.bz2 zix-f522f8e480e8ef95ecb5e597ff3a22700d9ac9cf.zip |
Rewrite ZixHash as a flat table with open addressing
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index b8084d5..0139c99 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -11,6 +11,7 @@ Checks: > -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -hicpp-multiway-paths-covered, + -hicpp-uppercase-literal-suffix, -llvm-header-guard, -llvmlibc-*, -misc-no-recursion, |