Skip to content
Snippets Groups Projects
Commit 1ed0454e authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[clang-tidy] Apply remaining modernize fixes

modernize-avoid-bind, modernize-avoid-c-arrays, modernize-concat-nested-namespaces, modernize-deprecated-headers, modernize-deprecated-ios-base-aliases, modernize-loop-convert, modernize-make-shared, modernize-make-unique, modernize-pass-by-value, modernize-raw-string-literal, modernize-redundant-void-arg, modernize-replace-auto-ptr, modernize-replace-disallow-copy-and-assign-macro, modernize-replace-random-shuffle, modernize-return-braced-init-list, modernize-shrink-to-fit, modernize-unary-static-assert, modernize-use-auto, modernize-use-bool-literals, modernize-use-default-member-init, modernize-use-emplace, modernize-use-equals-default, modernize-use-equals-delete, modernize-use-nullptr, modernize-use-transparent-functors, modernize-use-uncaught-exceptions

Together with the already applied modernize-use-override we now applied all modernize checks except for modernize-use-nodiscard, modernize-use-noexcept and modernize-use-trailing-return-type
parent 1466b47b
No related branches found
No related tags found
1 merge request!92Apply clang tidy, use -Werror on CI
Showing
with 49 additions and 48 deletions
Loading
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