[PATCH] D120489: [analyzer] Done some changes to detect Uninitialized read by the char array manipulation functions

Shivam Rajput via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 10:04:17 PST 2022


phyBrackets added a comment.

https://github.com/llvm/llvm-project/commit/bd1917c88a32c0930864d04f4e71155dcc3fa592 , Hey @steakhal , I land it but why it is not showing the

    void emitUninitializedReadBug(CheckerContext &C, ProgramStateRef State,
                               const Expr *E) const;
  ``` ?


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