Skip to content

Commit 5e5c49c

Browse files
gamesh411github-actions[bot]
authored andcommitted
Automerge: [NFC][analyzer] Remove empty alpha.security.cert checker category (#163606)
2 parents 05fae11 + 919395b commit 5e5c49c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,12 +3465,6 @@ Check for an out-of-bound pointer being returned to callers.
34653465
return x; // warn: undefined or garbage returned
34663466
}
34673467
3468-
3469-
alpha.security.cert
3470-
^^^^^^^^^^^^^^^^^^^
3471-
3472-
SEI CERT checkers which tries to find errors based on their `C coding rules <https://wiki.sei.cmu.edu/confluence/display/c/2+Rules>`_.
3473-
34743468
alpha.unix
34753469
^^^^^^^^^^
34763470

clang/include/clang/StaticAnalyzer/Checkers/Checkers.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def SecurityAlpha : Package<"security">, ParentPackage<Alpha>;
7676
def CERT : Package<"cert">, ParentPackage<Security>;
7777
def ENV : Package<"env">, ParentPackage<CERT>;
7878

79-
def CERTAlpha : Package<"cert">, ParentPackage<SecurityAlpha>;
80-
def POSAlpha : Package<"pos">, ParentPackage<CERTAlpha>;
81-
8279
def Unix : Package<"unix">;
8380
def UnixAlpha : Package<"unix">, ParentPackage<Alpha>;
8481
def CString : Package<"cstring">, ParentPackage<Unix>;

0 commit comments

Comments
 (0)