Files
clang-p2996/flang/docs/index.md
Andrzej Warzynski 19b6e70554 [flang][docs] Update the top "doc" page
* Added a note about "Classic Flang"
* sorted entries in ToC

Differential Revision: https://reviews.llvm.org/D120067
2022-02-24 10:41:53 +00:00

1.4 KiB

Welcome to Flang's documentation

Flang is LLVM's Fortran frontend that can be found here. It is often referred to as "LLVM Flang" to differentiate itself from "Classic Flang" - these are two separate and independent Fortran compilers. LLVM Flang is under active development. While it is capable of generating executables for a number of examples, some functionality is still missing. See GettingInvolved for tips on how to get in touch with us and to learn more about the current status.

.. toctree::
   :titlesonly:

   ReleaseNotes

Contributing to Flang

.. toctree::
   :titlesonly:

   C++17
   C++style
   FortranForCProgrammers
   GettingInvolved
   ImplementingASemanticCheck
   PullRequestChecklist

Design Documents

.. toctree::
   :titlesonly:

   ArrayComposition
   BijectiveInternalNameUniquing
   Calls
   Character
   ControlFlowGraph
   Directives
   DoConcurrent
   Extensions
   FlangDriver
   FortranIR
   FortranLLVMTestSuite
   IORuntimeInternals
   Intrinsics
   LabelResolution
   ModFiles
   OpenMP-4.5-grammar.md
   OpenMP-semantics
   OptionComparison
   Overview
   ParserCombinators
   Parsing
   Preprocessing
   RuntimeDescriptor
   RuntimeTypeInfo
   Semantics
   f2018-grammar.md

Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`