We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing
OnlyUndefined
1 parent 047aedc commit 48a1e25Copy full SHA for 48a1e25
1 file changed
.clang-tidy
@@ -55,4 +55,6 @@ CheckOptions:
55
- key: misc-const-correctness.WarnPointersAsValues
56
value: '1'
57
- key: misc-const-correctness.TransformPointersAsValues
58
- value: '1'
+ value: '1'
59
+ - key: bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing
60
+ value: OnlyUndefined
0 commit comments