test/.clang-tidy

Thu, 26 Jan 2023 20:59:36 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 26 Jan 2023 20:59:36 +0100
changeset 641
d402fead3386
parent 523
6a981ec4d58b
permissions
-rw-r--r--

add new pointer list wrapper - resolves #234

since we need a thread local variable, this drops C99 support

523
6a981ec4d58b configure clang-tidy to ignore cert-err58-cpp for test code
Mike Becker <universe@uap-core.de>
parents:
diff changeset
1 # Disable static initialization warning for test code
6a981ec4d58b configure clang-tidy to ignore cert-err58-cpp for test code
Mike Becker <universe@uap-core.de>
parents:
diff changeset
2 Checks: '-cert-err58-cpp'

mercurial