[PATCH] D120489: [analyzer] Done some changes to detect Uninitialized read by the char array manipulation functions
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 2 09:33:11 PST 2022
steakhal accepted this revision.
steakhal added a comment.
The `core` checkers should be always enabled.
================
Comment at: clang/test/Analysis/bstring_UninitRead.c:2
+// RUN: %clang_analyze_cc1 -verify %s \
+// RUN: -analyzer-checker=alpha.unix.cstring
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120489/new/
https://reviews.llvm.org/D120489
More information about the cfe-commits
mailing list