This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition
ClosedPublic

Authored by bulbazord on May 24 2023, 3:03 PM.

Details

Summary

There are a few API headers that use FILE * but do not include the
correct header for their definition. Instead of including <cstdio> in each
of the headers manually, it seems easiest to include it in SBDefines to
get them all at once.

rdar://109579348

Diff Detail

Event Timeline

bulbazord created this revision.May 24 2023, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 3:03 PM
bulbazord requested review of this revision.May 24 2023, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 3:03 PM
bulbazord edited the summary of this revision. (Show Details)May 24 2023, 3:08 PM
This revision is now accepted and ready to land.May 24 2023, 4:24 PM
mib accepted this revision.May 25 2023, 3:04 PM