Skip to content

Commit

Permalink
chore(ci): Disable bugprone-unchecked-optional-access as it crashes…
Browse files Browse the repository at this point in the history
…, hangs

See llvm/llvm-project#55530
([`PR#55530`](http://github.com/llvm/llvm-project/issues/55530)) for the report.
  • Loading branch information
whisperity committed May 17, 2022
1 parent 99b1caf commit 210dcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Expand Up @@ -4,6 +4,7 @@ Checks: >-
bugprone-*,
bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-bugprone-unchecked-optional-access,
cert-*,
google-build-namespaces,
llvm-header-guard,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codechecker.yml
Expand Up @@ -11,6 +11,7 @@ on:
- '**.ipp'
- '.github/codechecker/**'
- '.github/workflows/codechecker.yml'
- '.clang-tidy'
branches:
- '**'
tags:
Expand Down

0 comments on commit 210dcc9

Please sign in to comment.