For MinGW targets, size_t isn't a compiler defined type, just like
for unix targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149999
[clang-tidy] [test] Narrow down a special case to MSVC mode ClosedPublic Authored by mstorsjo on May 5 2023, 2:47 PM.
Details Summary For MinGW targets, size_t isn't a compiler defined type, just like
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 8 2023, 7:38 AM Closed by commit rGb80febdf43d3: [clang-tidy] [test] Narrow down a special case to MSVC mode (authored by mstorsjo). · Explain WhyMay 9 2023, 3:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520835 clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-standard-types.h
|