[PATCH] D152169: [clang][analyzer] Add report of NULL stream to StreamChecker.
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 08:21:27 PDT 2023
steakhal added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:553
HelpText<"Check stream handling functions">,
+ WeakDependencies<[NonNullParamChecker]>,
Documentation<HasDocumentation>;
----------------
What's the purpose of this hunk?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152169/new/
https://reviews.llvm.org/D152169
More information about the cfe-commits
mailing list