File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ on how to get in touch with us and to learn more about the current status.
1616 ReleaseNotes
1717```
1818
19+ # Using Flang
20+
21+ ``` {eval-rst}
22+ .. toctree::
23+ :titlesonly:
24+
25+ GettingStarted
26+ FlangCommandLineReference
27+ FortranStandardsSupport
28+ Extensions
29+ Directives
30+ OpenMPSupport
31+ Real16MathSupport
32+ Unsigned
33+ ```
34+
1935# Contributing to Flang
2036
2137``` {eval-rst}
@@ -26,11 +42,8 @@ on how to get in touch with us and to learn more about the current status.
2642 C++style
2743 DesignGuideline
2844 FortranForCProgrammers
29- FortranStandardsSupport
3045 GettingInvolved
31- GettingStarted
3246 ImplementingASemanticCheck
33- OpenMPSupport
3447 PullRequestChecklist
3548```
3649
@@ -51,14 +64,11 @@ on how to get in touch with us and to learn more about the current status.
5164 ComplexOperations
5265 ControlFlowGraph
5366 DebugGeneration
54- Directives
5567 DoConcurrent
5668 DoConcurrentConversionToOpenMP
57- Extensions
5869 F202X
5970 FIRArrayOperations
6071 FIRLangRef
61- FlangCommandLineReference
6272 FlangDriver
6373 FortranFeatureHistory
6474 FortranIR
@@ -91,8 +101,6 @@ on how to get in touch with us and to learn more about the current status.
91101 Semantics
92102 f2018-grammar.md
93103 fstack-arrays
94- Real16MathSupport
95- Unsigned
96104```
97105
98106# Indices and tables
You can’t perform that action at this time.
0 commit comments