test/.clang-tidy

Sun, 06 Nov 2022 16:07:32 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 06 Nov 2022 16:07:32 +0100
changeset 604
056e5f592d84
parent 523
6a981ec4d58b
permissions
-rw-r--r--

change hash functions

1) for zero-terminated strings, the terminator is no longer included in the hash
2) for NULL there is now a special hash value different from the hash for empty data

universe@523 1 # Disable static initialization warning for test code
universe@523 2 Checks: '-cert-err58-cpp'

mercurial