This is an archive of the discontinued LLVM Phabricator instance.

[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
for unix targets.

Diff Detail

Event Timeline

mstorsjo created this revision.May 5 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 2:47 PM
mstorsjo requested review of this revision.May 5 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 2:47 PM
hans accepted this revision.May 8 2023, 7:38 AM

lgtm

This revision is now accepted and ready to land.May 8 2023, 7:38 AM