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
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
# 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'
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