================
@@ -0,0 +1,27 @@
+.. title:: clang-tidy - bugprone-setvbuf-stack-buffer
+
+bugprone-setvbuf-stack-buffer
+=============================
+
+Warns when ``setvbuf()`` is called with a stack-allocated buffer.
+
+The C standard (C11 ยง7.21.5.6) requires that the buffer passed to ``setvbuf()``
----------------
mkindahl wrote:

Added a link to open-std.

https://github.com/llvm/llvm-project/pull/187637
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to