================
@@ -234,6 +235,9 @@ class StreamChecker : public Checker<check::PreCall,
eval::Call,
BugType BT_StreamEof{this, "Stream already in EOF", "Stream handling error"};
BugType BT_ResourceLeak{this, "Resource leak", "Stream handling error",
/*SuppressOnSink =*/true};
+ BugType BT_SizeNull{this, "NULL size pointer", "Stream handling error"};
+ BugType BT_SizeNotZero{this, "NULL line pointer and size not zero",
----------------
alejandro-alvarez-sonarsource wrote:
Replaced with `BT_NullPtr`.
https://github.com/llvm/llvm-project/pull/83027
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits