[PATCH] D78280: [Analyzer][StreamChecker] Track streams that were not found to be opened.
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 03:45:30 PDT 2020
Szelethus added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:36
+ /// (False if the stream was first encountered in a non-opening function.)
+ bool OpenEncountered;
----------------
baloghadamsoftware wrote:
> Maybe `SawOpened` or `ExplicitlyOpened`?
Shouldn't this be in `KindTy`?
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