This is an archive of the discontinued LLVM Phabricator instance.

remove FILE* usage from SBStream.i
ClosedPublic

Authored by lawrence_danna on Oct 14 2019, 4:26 PM.

Details

Summary

This patch removes FILE* and replaces it with SBFile and FileSP the
SWIG interface for SBStream.i. And this is the last one. With
this change, nothing in the python API will can access a FILE* method
on the C++ side.

Diff Detail

Event Timeline

lawrence_danna created this revision.Oct 14 2019, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2019, 4:26 PM
labath accepted this revision.Oct 15 2019, 12:16 AM
This revision is now accepted and ready to land.Oct 15 2019, 12:16 AM
This revision was automatically updated to reflect the committed changes.