Skip to content

Commit 8a32045

Browse files
committed
remove the bugprone-unchecked-optional-access clang-tidy check
1 parent 4e95ec6 commit 8a32045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-tidy

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Checks: >
5555
bugprone-terminating-continue,
5656
bugprone-throw-keyword-missing,
5757
bugprone-too-small-loop-variable,
58-
bugprone-unchecked-optional-access,
5958
bugprone-undefined-memory-manipulation,
6059
bugprone-undelegated-constructor,
6160
bugprone-unhandled-exception-at-new,

0 commit comments

Comments
 (0)