Skip to content

Commit 48a1e25

Browse files
committed
.clang-tidy: set bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing to OnlyUndefined
1 parent 047aedc commit 48a1e25

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ CheckOptions:
5555
- key: misc-const-correctness.WarnPointersAsValues
5656
value: '1'
5757
- key: misc-const-correctness.TransformPointersAsValues
58-
value: '1'
58+
value: '1'
59+
- key: bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing
60+
value: OnlyUndefined

0 commit comments

Comments
 (0)