[clang] [clang][analyzer] Add StreamChecker note tags for "indeterminate stream position". (PR #83288)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 29 04:17:49 PST 2024
================
@@ -218,87 +218,6 @@ inline void assertStreamStateOpened(const StreamState *SS) {
assert(SS->isOpened() && "Stream is expected to be opened");
}
-struct StreamOperationEvaluator {
----------------
NagyDonat wrote:
Why are you moving the definition of this struct? (Feel free to move it if you want, I'm just curious.)
https://github.com/llvm/llvm-project/pull/83288
More information about the cfe-commits
mailing list