Add a clean clang-tidy configuration

This configuration just suppresses the necessary clang-* checks which are
enabled by default.  This way has a bit of file spam, but is nice because
different components (in particular, ones actually internal to ardour) can be
audited/strengthened independently.
This commit is contained in:
David Robillard 2023-09-09 23:42:18 -04:00
parent 1c8b91ed86
commit 2d0b0defdf
27 changed files with 178 additions and 0 deletions

3
libs/libltc/.clang-tidy Normal file
View file

@ -0,0 +1,3 @@
Checks: >
-clang-analyzer-security.insecureAPI.strcpy,
InheritParentConfig: true