[PATCH] D85828: [Flang] Move mark down documentation(md) files to reStructuredText(rst) file format.

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 11:48:08 PDT 2020


sameeranjoshi added a comment.

In D85828#2213020 <https://reviews.llvm.org/D85828#2213020>, @richard.barton.arm wrote:

> I still see a few mentions of the old documentation dir location in the codebase:
>
>   llvm-project/flang$ git grep 'documentation/' .
>   README.md:Start with the [compiler overview](documentation/Overview.md).
>   README.md:read [Fortran For C Programmers](documentation/FortranForCProgrammers.md)
>   README.md:flang's specifications of the [Fortran grammar](documentation/f2018-grammar.txt)
>   README.md:the [OpenMP grammar](documentation/OpenMP-4.5-grammar.txt).
>   README.md:in [this document](documentation/Extensions.md).
>   README.md:see the [discussion of intrinsics](documentation/Intrinsics.md).
>   README.md:see the discussion of [runtime descriptors](documentation/RuntimeDescriptor.md).
>   README.md:read the [style guide](documentation/C++style.md)
>   README.md:also review [how flang uses modern C++ features](documentation/C++17.md).
>   docs/Character.rst:   <!--===- documentation/Character.rst
>   docs/OpenMP-4.5-grammar.txt:#===-- documentation/OpenMP-4.5-grammar.txt --------------------------------===#
>   docs/f2018-grammar.txt:#===-- documentation/f2018-grammar.txt -------------------------------------===#
>   docs/flang-c-style.el:;;===-- documentation/flang-c-style.el ------------------------------------===;;
>   lib/Evaluate/intrinsics.cpp:// documentation/intrinsics.md and section 16 of the Fortran 2018 standard

Good catch. Thanks I was grepping in a sub directory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85828/new/

https://reviews.llvm.org/D85828



More information about the llvm-commits mailing list