Skip to content

Commit

Permalink
Document some new checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Nov 26, 2019
1 parent e09c190 commit 8b11aba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/checker_severity_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"alpha.core.TestAfterDivZero": "MEDIUM",
"alpha.cplusplus.DeleteWithNonVirtualDtor": "HIGH",
"alpha.cplusplus.EnumCastOutOfRange": "MEDIUM",
"alpha.cplusplus.IteratorModeling": "MEDIUM",
"alpha.cplusplus.IteratorRange": "MEDIUM",
"alpha.cplusplus.UninitializedObject": "MEDIUM",
"alpha.deadcode.UnreachableCode": "LOW",
Expand All @@ -28,6 +29,7 @@
"alpha.security.MallocOverflow": "HIGH",
"alpha.security.MmapWriteExec": "MEDIUM",
"alpha.security.ReturnPtrRange": "HIGH",
"alpha.security.taint.TaintPropagation": "HIGH",
"alpha.unix.BlockInCriticalSection": "LOW",
"alpha.unix.Chroot": "MEDIUM",
"alpha.unix.cstring.BufferOverlap": "HIGH",
Expand Down Expand Up @@ -63,6 +65,7 @@
"bugprone-move-forwarding-reference": "MEDIUM",
"bugprone-multiple-statement-macro": "MEDIUM",
"bugprone-narrowing-conversions": "MEDIUM",
"bugprone-not-null-terminated-result": "MEDIUM",
"bugprone-parent-virtual-call": "MEDIUM",
"bugprone-sizeof-container": "HIGH",
"bugprone-sizeof-expression": "HIGH",
Expand Down Expand Up @@ -106,6 +109,7 @@
"cert-msc50-cpp": "LOW",
"cert-msc51-cpp": "MEDIUM",
"cert-oop11-cpp": "MEDIUM",
"cert-oop54-cpp": "MEDIUM",
"core.builtin.BuiltinFunctions": "MEDIUM",
"core.builtin.NoReturnFunctions": "MEDIUM",
"core.CallAndMessage": "HIGH",
Expand All @@ -125,12 +129,14 @@
"cplusplus.Move": "HIGH",
"cplusplus.NewDelete": "HIGH",
"cplusplus.NewDeleteLeaks": "HIGH",
"cplusplus.PureVirtualCall": "HIGH",
"cplusplus.SelfAssignment": "MEDIUM",
"cppcoreguidelines-avoid-c-arrays": "LOW",
"cppcoreguidelines-avoid-goto": "STYLE",
"cppcoreguidelines-avoid-magic-numbers": "STYLE",
"cppcoreguidelines-c-copy-assignment-signature": "MEDIUM",
"cppcoreguidelines-explicit-virtual-functions": "LOW",
"cppcoreguidelines-init-variables": "MEDIUM",
"cppcoreguidelines-interfaces-global-init": "LOW",
"cppcoreguidelines-macro-usage": "LOW",
"cppcoreguidelines-narrowing-conversions": "MEDIUM",
Expand Down Expand Up @@ -168,6 +174,7 @@
"google-runtime-memset": "HIGH",
"google-runtime-operator": "MEDIUM",
"google-runtime-references": "STYLE",
"hicpp-avoid-c-arrays": "LOW",
"hicpp-avoid-goto": "STYLE",
"hicpp-braces-around-statements": "STYLE",
"hicpp-deprecated-headers": "LOW",
Expand Down Expand Up @@ -286,6 +293,7 @@
"nullability.NullableReturnedFromNonnull": "MEDIUM",
"nullability.NullPassedToNonnull": "HIGH",
"nullability.NullReturnedFromNonnull": "HIGH",
"optin.cplusplus.UninitializedObject": "MEDIUM",
"optin.cplusplus.VirtualCall": "MEDIUM",
"optin.mpi.MPI-Checker": "MEDIUM",
"optin.performance.Padding": "LOW",
Expand Down

0 comments on commit 8b11aba

Please sign in to comment.