[PATCH] D67867: [libc] Add few docs and implementation of strcpy and strcat.

Siva Chandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 10:36:56 PDT 2019


sivachandra added a comment.

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"


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