================ @@ -0,0 +1,57 @@ +// RUN: %check_clang_tidy %s bugprone-setvbuf-stack-buffer %t + +typedef unsigned long size_t; ---------------- mkindahl wrote:
Included `<stdlib.h>` and `<stdio.h>` directly and removed the declarations and constants. https://github.com/llvm/llvm-project/pull/187637 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
