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


steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.

Ah yes, finally this sorts itself out.
We also had to revert 570bf972f5adf05438c7e08d693bf4b96bfd510a <https://reviews.llvm.org/rG570bf972f5adf05438c7e08d693bf4b96bfd510a> because we use the Stream checker but not the StdLibFunc checker, so in our case after a rebase suddenly some important reports "disappeared", thus we reverted the cause.
As more and more patches came to the stdlibfunc checker, I worried about maintaining that revert. Finally, this patch will resolve it, so we don't have to do it ourselves.

Thanks!


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