Skip to content
Snippets Groups Projects
Commit 3b77c670 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Clang Tidy: Expand modernize category

Gives an idea of which warnings are affecting Blender code base.
parent 311031ec
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,26 @@ Checks: > ...@@ -32,4 +32,26 @@ Checks: >
-bugprone-exception-escape, -bugprone-exception-escape,
-bugprone-redundant-branch-condition, -bugprone-redundant-branch-condition,
modernize-*,
-modernize-use-auto,
-modernize-use-trailing-return-type,
-modernize-deprecated-headers,
-modernize-avoid-c-arrays,
-modernize-use-equals-default,
-modernize-use-nullptr,
-modernize-concat-nested-namespaces,
-modernize-use-emplace,
-modernize-use-nodiscard,
-modernize-use-using,
-modernize-redundant-void-arg,
-modernize-use-bool-literals,
-modernize-loop-convert,
-modernize-pass-by-value,
-modernize-use-default-member-init,
-modernize-make-unique,
-modernize-raw-string-literal,
-modernize-avoid-bind,
-modernize-use-override,
-modernize-use-transparent-functors,
WarningsAsErrors: '*' WarningsAsErrors: '*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment