[PATCH] D78280: [Analyzer][StreamChecker] Track streams that were not found to be opened.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 03:13:03 PDT 2020


balazske added a comment.

I am not sure if this is the best approach: In a similar case (no opening function encountered) it is possible that the stream is already "escaped", there could be references to it from outside the analyzed function (to which it was passed, or got from another non-analyzed function). Maybe it is better to ignore such cases as it is already without this change, then we do not need to handle "escape" of the stream pointer specially (only remove it from the data).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78280/new/

https://reviews.llvm.org/D78280





More information about the cfe-commits mailing list