blob: 5119e361b32876918b22270b920bf35bb1453196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
[
"warning",
"use '= default' to define a trivial default constructor",
"modernize-use-equals-default"
],
[
"warning",
"use '= default' to define a trivial destructor",
"modernize-use-equals-default"
],
{ "reliability": "high" }
]
|