Skip to content

Commit

Permalink
Merge pull request #3621 from steakhal/add-new-checkers-to-profiles
Browse files Browse the repository at this point in the history
Update clang-tidy labels and profiles
  • Loading branch information
csordasmarton authored Mar 9, 2022
2 parents 89fa726 + a7812a4 commit a81f21e
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
"severity:MEDIUM"
],
"bugprone-narrowing-conversions": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-narrowing-conversions.html",
"guideline:sei-cert",
"profile:extreme",
"profile:security",
Expand Down Expand Up @@ -357,6 +358,15 @@
"profile:sensitive",
"severity:LOW"
],
"bugprone-shared-ptr-array-mismatch": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-shared-ptr-array-mismatch.html",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:sensitive",
"sei-cert:mem51-cpp",
"severity:HIGH"
],
"bugprone-signal-handler": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone-signal-handler.html",
"profile:extreme",
Expand Down Expand Up @@ -4856,6 +4866,7 @@
"severity:LOW"
],
"google-runtime-memset": [
"doc_url:https://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/google-runtime-memset.html",
"profile:extreme",
"profile:sensitive",
"severity:MEDIUM"
Expand Down Expand Up @@ -5081,6 +5092,13 @@
"profile:sensitive",
"severity:MEDIUM"
],
"misc-misleading-bidirectional": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/misc-misleading-bidirectional.html",
"profile:default",
"profile:extreme",
"profile:sensitive",
"severity:LOW"
],
"misc-fold-init-type": [
"doc_url:https://releases.llvm.org/5.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/misc-fold-init-type.html",
"profile:default",
Expand Down Expand Up @@ -5576,7 +5594,7 @@
"severity:LOW"
],
"performance-implicit-cast-in-loop": [
"doc_url:https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/performance-implicit-cast-in-loop.html",
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/performance-implicit-conversion-in-loop.html",
"profile:extreme",
"profile:sensitive",
"severity:LOW"
Expand Down Expand Up @@ -5685,6 +5703,13 @@
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/readability-const-return-type.html",
"severity:LOW"
],
"readability-container-contains": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/readability-container-contains.html",
"severity:STYLE",
"profile:default",
"profile:sensitive",
"profile:extreme"
],
"readability-container-size-empty": [
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/readability-container-size-empty.html",
"severity:STYLE"
Expand Down

0 comments on commit a81f21e

Please sign in to comment.