=?utf-8?q?Kristóf?= Umann <dkszelet...@gmail.com>,
=?utf-8?q?Kristóf?= Umann <dkszelet...@gmail.com>,
=?utf-8?q?Kristóf?= Umann <dkszelet...@gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/94...@github.com>


================
@@ -300,6 +333,8 @@ class StreamChecker : public Checker<check::PreCall, 
eval::Call,
   /// If true, generate failure branches for cases that are often not checked.
   bool PedanticMode = false;
 
+  CallDescription FCloseDesc = {CDM::CLibrary, {"fclose"}, 1};
----------------
steakhal wrote:

```suggestion
  const CallDescription FCloseDesc = {CDM::CLibrary, {"fclose"}, 1};
```

https://github.com/llvm/llvm-project/pull/94957
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to