Skip to content
Snippets Groups Projects
Verified Commit 1c10a3ac authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Enable performance-* checks in clang-tidy

parent cbfad751
No related branches found
No related tags found
No related merge requests found
Pipeline #9768 passed
# TODO: add the following check families:
# - performance-*
# - bugprone-*
# - cppcoreguidelines-
# NB: as of clang-tidy 16, we get several false positives inside boost, notably this one:
# https://github.com/llvm/llvm-project/issues/40486
Checks: 'modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'
Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment