Skip to content

Commit 85e786c

Browse files
committed
fixed checkers.rst
1 parent 9cf4203 commit 85e786c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,9 +1899,7 @@ Check the size argument passed into C string functions for common erroneous patt
18991899
// warn: potential buffer overflow
19001900
}
19011901
1902-
.. _unix-cstring-NullArg:
1903-
1904-
.. _alpha-unix-cstring-NotNullTerminated:
1902+
.. _unix-cstring-NotNullTerminated:
19051903
19061904
unix.cstring.NotNullTerminated (C)
19071905
""""""""""""""""""""""""""""""""""
@@ -1924,6 +1922,8 @@ is missing.
19241922
int l = strlen((char *)&&label); // warn
19251923
}
19261924
1925+
.. _unix-cstring-NullArg:
1926+
19271927
unix.cstring.NullArg (C)
19281928
""""""""""""""""""""""""
19291929
Check for null pointers being passed as arguments to C string functions:

0 commit comments

Comments
 (0)