================ @@ -0,0 +1,373 @@ +// RUN: %check_clang_tidy -std=c++23-or-later %s modernize-use-from-range-container-constructor %t + +#include <stddef.h> ---------------- zwuis wrote:
Do not `#include` headers out of test folder. You could refer to other tests to see how to handle it. https://github.com/llvm/llvm-project/pull/180868 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
