PiotrZSL reopened this revision. PiotrZSL added a comment. This revision is now accepted and ready to land.
@thakis Thank you. ================ Comment at: clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print.cpp:9-15 +#include <cstddef> +#include <cstdint> +#include <cstdio> +// CHECK-FIXES: #include <print> +#include <inttypes.h> +#include <string.h> +#include <string> ---------------- Those includes need to be removed. We cannot use system includes, some dummy one can be used only. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149280/new/ https://reviews.llvm.org/D149280 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits