This is an archive of the discontinued LLVM Phabricator instance.

OpenMP: Don't include stdbool.h in builtin headers
ClosedPublic

Authored by arsenm on Jun 18 2023, 6:34 AM.

Details

Summary

Pre-C99 didn't include bool, and C99 allows you to redefine true/false
apparently.

Diff Detail

Event Timeline

arsenm created this revision.Jun 18 2023, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 18 2023, 6:34 AM
arsenm requested review of this revision.Jun 18 2023, 6:34 AM
ronlieb accepted this revision.Jun 18 2023, 7:36 AM

patch applied to local build resolves issues seen

This revision is now accepted and ready to land.Jun 18 2023, 7:36 AM