[clang] [clang][analyzer] Fix StreamChecker `ftell` and `fgetpos` at indeterminate file position. (PR #84191)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 00:51:22 PST 2024


================
@@ -880,6 +883,24 @@ void StreamChecker::preReadWrite(const FnDescription *Desc,
   }
 }
 
+void StreamChecker::preWrite(const FnDescription *Desc, const CallEvent &Call,
----------------
balazske wrote:

The `CallDescriptionMap` was uncomfortable to handle because too many `std::bind` functions.

https://github.com/llvm/llvm-project/pull/84191


More information about the cfe-commits mailing list