This is an archive of the discontinued LLVM Phabricator instance.

[libc][docs] Add doc for libc stdio functions
ClosedPublic

Authored by michaelrj on Apr 14 2022, 2:34 PM.

Details

Summary

This patch adds a document describing the status of the string functions
in LLVM-libc.

Diff Detail

Event Timeline

michaelrj created this revision.Apr 14 2022, 2:34 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 14 2022, 2:34 PM
michaelrj requested review of this revision.Apr 14 2022, 2:34 PM
michaelrj updated this revision to Diff 422968.Apr 14 2022, 2:57 PM

update information on the FILE struct.

sivachandra accepted this revision.May 11 2022, 10:43 PM
This revision is now accepted and ready to land.May 11 2022, 10:43 PM
lntue accepted this revision.May 12 2022, 6:37 AM

Shall we mention somewhere, maybe in footnotes or the tables, that file ops are currently only available for linux?

add note about FILE only being available on linux, as well as adding the newly added functions.

lntue accepted this revision.May 12 2022, 12:09 PM
This revision was automatically updated to reflect the committed changes.