[PATCH] D67867: [libc] Add few docs and implementation of strcpy and strcat.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 10:15:44 PDT 2019
lebedev.ri added a comment.
In D67867#1686180 <https://reviews.llvm.org/D67867#1686180>, @sivachandra wrote:
> In D67867#1686152 <https://reviews.llvm.org/D67867#1686152>, @lebedev.ri wrote:
>
> > In D67867#1686137 <https://reviews.llvm.org/D67867#1686137>, @sivachandra wrote:
> >
> > > In D67867#1685625 <https://reviews.llvm.org/D67867#1685625>, @lebedev.ri wrote:
> > >
> > > > The `libc/docs/*.md` should be .RST - there are no more no other .MD docs in llvm, they were all converted back to .RST
> > >
> > >
> > > So, does it mean, this has been reversed: https://reviews.llvm.org/D44910
> >
> >
> >
> >
> > llvm-project$ find -iname *.md | grep "docs"
> > llvm-project$
> >
> >
> > So yes, i suppose that patch needs to be reverted, to avoid misdirecting new docs.
>
>
> I think you should put *.md in quotes like this to see results:
>
> $> find -iname "*.md" | grep "docs"
Aha. But still, all but few docs migrated back to rst.
I'm not sure it's great to add new ones in the format being-migrated-from.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67867/new/
https://reviews.llvm.org/D67867
More information about the llvm-commits
mailing list