[PATCH] D149280: [clang-tidy] Add modernize-printf-to-std-print check
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 02:12:29 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cstddef:12
-typedef __typeof__(sizeof(0)) size_t;
+#include "stddef.h"
----------------
We shouldn't include this stddef.h, it's being included from system headers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149280/new/
https://reviews.llvm.org/D149280
More information about the cfe-commits
mailing list