[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 04:51:17 PDT 2020


sameeranjoshi created this revision.
sameeranjoshi added reviewers: DavidTruby, richard.barton.arm, sscalpone, kiranktp.
Herald added subscribers: aaron.ballman, jfb.
Herald added a project: LLVM.
sameeranjoshi requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Note: .md to .rst files were created using `m2r`
The tool was used by 1600+ users.
https://github.com/miyakogi/m2r

copy files to docs/ folder, delete /documentation folder.

Internal changes in files to modify bad occurances of ".md".

Remove licence headers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85828

Files:
  flang/docs/ArrayComposition.rst
  flang/docs/BijectiveInternalNameUniquing.rst
  flang/docs/C++17.rst
  flang/docs/C++style.rst
  flang/docs/Calls.rst
  flang/docs/Character.rst
  flang/docs/ControlFlowGraph.rst
  flang/docs/Directives.rst
  flang/docs/Extensions.rst
  flang/docs/FortranForCProgrammers.rst
  flang/docs/FortranIR.rst
  flang/docs/IORuntimeInternals.rst
  flang/docs/ImplementingASemanticCheck.rst
  flang/docs/Intrinsics.rst
  flang/docs/LabelResolution.rst
  flang/docs/ModFiles.rst
  flang/docs/OpenMP-4.5-grammar.txt
  flang/docs/OpenMP-semantics.rst
  flang/docs/OptionComparison.rst
  flang/docs/Overview.rst
  flang/docs/ParserCombinators.rst
  flang/docs/Parsing.rst
  flang/docs/Preprocessing.rst
  flang/docs/PullRequestChecklist.rst
  flang/docs/RuntimeDescriptor.rst
  flang/docs/Semantics.rst
  flang/docs/f2018-grammar.txt
  flang/docs/flang-c-style.el
  flang/documentation/ArrayComposition.md
  flang/documentation/BijectiveInternalNameUniquing.md
  flang/documentation/C++17.md
  flang/documentation/C++style.md
  flang/documentation/Calls.md
  flang/documentation/Character.md
  flang/documentation/ControlFlowGraph.md
  flang/documentation/Directives.md
  flang/documentation/Extensions.md
  flang/documentation/FortranForCProgrammers.md
  flang/documentation/FortranIR.md
  flang/documentation/IORuntimeInternals.md
  flang/documentation/ImplementingASemanticCheck.md
  flang/documentation/Intrinsics.md
  flang/documentation/LabelResolution.md
  flang/documentation/ModFiles.md
  flang/documentation/OpenMP-4.5-grammar.txt
  flang/documentation/OpenMP-semantics.md
  flang/documentation/OptionComparison.md
  flang/documentation/Overview.md
  flang/documentation/ParserCombinators.md
  flang/documentation/Parsing.md
  flang/documentation/Preprocessing.md
  flang/documentation/PullRequestChecklist.md
  flang/documentation/RuntimeDescriptor.md
  flang/documentation/Semantics.md
  flang/documentation/f2018-grammar.txt
  flang/documentation/flang-c-style.el



More information about the llvm-commits mailing list