Add clang-tidy configuration file

[skip ci]
new-samplers
Sébastien Villemot 2023-12-12 17:32:43 +01:00
parent d3aac5e2d7
commit b1aa88e8da
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 9 additions and 0 deletions

9
.clang-tidy Normal file
View File

@ -0,0 +1,9 @@
# NB: to use clang-tidy on the MEX source code, make sure that you have
# libomp-dev installed (the LLVM implementation of OpenMP)
# TODO: add the following check families:
# - performance-*
# - bugprone-*
# - cppcoreguidelines-
Checks: 'modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'