[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
Fri Sep 27 10:27:04 PDT 2019


lebedev.ri added a comment.

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.


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