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

Enable performance-* checks in clang-tidy

parent 594facdb
Branches
No related tags found
No related merge requests found
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
# libomp-dev installed (the LLVM implementation of OpenMP) # libomp-dev installed (the LLVM implementation of OpenMP)
# TODO: add the following check families: # TODO: add the following check families:
# - performance-*
# - bugprone-* # - bugprone-*
# - cppcoreguidelines- # - cppcoreguidelines-
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.
Please register or to comment