[clang] [clang][analyzer] Add StreamChecker note tags for "indeterminate stream position". (PR #83288)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 29 07:22:10 PST 2024
================
@@ -218,87 +218,6 @@ inline void assertStreamStateOpened(const StreamState *SS) {
assert(SS->isOpened() && "Stream is expected to be opened");
}
-struct StreamOperationEvaluator {
----------------
balazske wrote:
There should be something that is used from `StreamChecker` class, likely the bug type access functions.
https://github.com/llvm/llvm-project/pull/83288
More information about the cfe-commits
mailing list