We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cppcoreguidelines-special-member-functions
1 parent 48a1e25 commit 86a2f29Copy full SHA for 86a2f29
.clang-tidy
@@ -48,7 +48,8 @@ Checks: >
48
-performance-avoid-endl,
49
-performance-inefficient-string-concatenation,
50
-performance-no-automatic-move,
51
- -performance-noexcept-move-constructor
+ -performance-noexcept-move-constructor,
52
+ cppcoreguidelines-special-member-functions
53
HeaderFilterRegex: '.*'
54
WarningsAsErrors: '*'
55
CheckOptions:
0 commit comments