================ @@ -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()`` ---------------- zeyi2 wrote:
Can we make this a link to the standard (or at least a link to open-std or cppreference). https://github.com/llvm/llvm-project/pull/187637 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
