Tue, 07 Feb 2023 21:37:55 +0100
fix last change of mul overflow builtin breaking non-windows compilations
now we use the generic builtin and leave the type resolution to the compiler
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' |