[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:52 PDT 2023


================
@@ -532,6 +532,27 @@ def MismatchedDeallocatorChecker : Checker<"MismatchedDeallocator">,
   Dependencies<[DynamicMemoryModeling]>,
   Documentation<HasDocumentation>;
 
+def StdCLibraryFunctionsChecker : Checker<"StdCLibraryFunctions">,
+  HelpText<"Check for invalid arguments of C standard library functions, "
+           "and apply relations between arguments and return value">,
+  CheckerOptions<[
+    CmdLineOption<Boolean,
+                  "DisplayLoadedSummaries",
----------------
steakhal wrote:

Could you confirm that this option is not advertised in the user facing docs.

https://github.com/llvm/llvm-project/pull/66207


More information about the cfe-commits mailing list