This is an archive of the discontinued LLVM Phabricator instance.

[libc] Move b* string functions to strings.h
ClosedPublic

Authored by abrachet on Jan 8 2023, 2:05 PM.

Details

Summary

Traditionally these functions are exposed in string*s*.h not string.h

Diff Detail

Event Timeline

abrachet created this revision.Jan 8 2023, 2:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2023, 2:05 PM
abrachet requested review of this revision.Jan 8 2023, 2:05 PM
sivachandra accepted this revision.Jan 8 2023, 9:24 PM

Fine with me but lets wait for @gchatelet to tell us if this was intentional.

This revision is now accepted and ready to land.Jan 8 2023, 9:24 PM

Fine with me but lets wait for @gchatelet to tell us if this was intentional.

I didn't set up the td file, it was already there when I added bzero.
+1 on this patch.

gchatelet accepted this revision.Jan 9 2023, 12:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 12:17 PM