[clang] [clang][analyzer] Move checker alpha.unix.StdCLibraryFunctions out of alpha. (PR #66207)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 29 10:32:49 PDT 2023
================
@@ -1026,6 +1026,100 @@ Check for null pointers being passed as arguments to C string functions:
return strlen(0); // warn
}
+.. _unix-StdCLibraryFunctions:
+
+unix.StdCLibraryFunctions (C)
+"""""""""""""""""""""""""""""""""""
----------------
steakhal wrote:
Align this with the section title.
https://github.com/llvm/llvm-project/pull/66207
More information about the cfe-commits
mailing list