This is an archive of the discontinued LLVM Phabricator instance.

[libc][docs] Printf behavior doc
ClosedPublic

Authored by michaelrj on Aug 18 2023, 1:53 PM.

Details

Summary

In the document on undefined behavior, I noted that writing down your
decisions is very important. This document contains all the information
for compile flags and undefined behavior for our printf.

Diff Detail

Event Timeline

michaelrj created this revision.Aug 18 2023, 1:53 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 18 2023, 1:53 PM
michaelrj requested review of this revision.Aug 18 2023, 1:53 PM
michaelrj updated this revision to Diff 555942.Sep 5 2023, 2:58 PM

update doc to match the behavior from the new patch https://reviews.llvm.org/D159458

sivachandra accepted this revision.Sep 13 2023, 1:40 PM
This revision is now accepted and ready to land.Sep 13 2023, 1:40 PM
This revision was automatically updated to reflect the committed changes.