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 6495d22 commit 12e63fdCopy full SHA for 12e63fd
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