blob: 94823b9ed56d009eaced2a66c6b8250d72e5aac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
[
"warning",
"move constructors should be marked noexcept",
"performance-noexcept-move-constructor"
],
[
"warning",
"move assignment operators should be marked noexcept",
"performance-noexcept-move-constructor"
],
{ "reliability": "high" }
]
|