This is an archive of the discontinued LLVM Phabricator instance.

[Headers][MSVC] Define wchar_t in stddef.h like MSVC if not using the builtin type
ClosedPublic

Authored by steplong on Apr 19 2022, 11:11 AM.

Details

Summary

MSVC expects wchar_t to be defined in stddef.h if /Zc:wchar_t- is specified

Diff Detail

Event Timeline

steplong created this revision.Apr 19 2022, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 11:11 AM
steplong requested review of this revision.Apr 19 2022, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 11:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 25 2022, 10:04 AM