Skip to content

Commit

Permalink
Merge pull request #3531 from balazske/add_bugprone-unhandled-excepti…
Browse files Browse the repository at this point in the history
…on-at-new

[config]Add bugprone-unhandled-exception-at-new to default profile.
  • Loading branch information
csordasmarton authored Dec 1, 2021
2 parents 6b3e0aa + 6e4acf6 commit ea67ab0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
],
"bugprone-exception-escape": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-exception-escape.html",
"guideline:sei-cert",
"guideline:sei-cert",
"profile:extreme",
"profile:security",
"profile:sensitive",
Expand Down Expand Up @@ -525,6 +525,7 @@
"bugprone-unhandled-exception-at-new": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-unhandled-exception-at-new.html",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
Expand Down Expand Up @@ -5850,4 +5851,4 @@
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/zircon-temporary-objects.html"
]
}
}
}

0 comments on commit ea67ab0

Please sign in to comment.