Skip to content

Commit 19800ee

Browse files
committed
chore(ci): Disable bugprone-unchecked-optional-access as it crashes, hangs
See llvm/llvm-project#55530 ([`PR#55530`](http://github.com/llvm/llvm-project/issues/55530)) for the report.
1 parent 99b1caf commit 19800ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Checks: >-
44
bugprone-*,
55
bugprone-easily-swappable-parameters,
66
-bugprone-narrowing-conversions,
7+
-bugprone-unchecked-optional-access,
78
cert-*,
89
google-build-namespaces,
910
llvm-header-guard,

0 commit comments

Comments
 (0)