Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaff200

Browse files
sameeran joshiSameeranjoshi
authored andcommitted
[Flang] Move markdown files(.MD) from documentation/ to docs/
Summary: Other LLVM sub-projects use docs/ folder for documentation files. Follow LLVM project policy. Modify `documentation/` references in sources to `docs/`. This patch doesn't modify files to reStructuredText(.rst) file format. Reviewed By: DavidTruby, sscalpone Differential Revision: https://reviews.llvm.org/D85884
1 parent 9b32ef9 commit eaff200

30 files changed

Lines changed: 38 additions & 38 deletions

flang/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ F18 was subsequently accepted into the LLVM project and rechristened as Flang.
88

99
## Getting Started
1010

11-
Read more about flang in the [documentation directory](documentation).
12-
Start with the [compiler overview](documentation/Overview.md).
11+
Read more about flang in the [docs directory](docs).
12+
Start with the [compiler overview](docs/Overview.md).
1313

1414
To better understand Fortran as a language
1515
and the specific grammar accepted by flang,
16-
read [Fortran For C Programmers](documentation/FortranForCProgrammers.md)
16+
read [Fortran For C Programmers](docs/FortranForCProgrammers.md)
1717
and
18-
flang's specifications of the [Fortran grammar](documentation/f2018-grammar.txt)
18+
flang's specifications of the [Fortran grammar](docs/f2018-grammar.txt)
1919
and
20-
the [OpenMP grammar](documentation/OpenMP-4.5-grammar.txt).
20+
the [OpenMP grammar](docs/OpenMP-4.5-grammar.txt).
2121

2222
Treatment of language extensions is covered
23-
in [this document](documentation/Extensions.md).
23+
in [this document](docs/Extensions.md).
2424

2525
To understand the compilers handling of intrinsics,
26-
see the [discussion of intrinsics](documentation/Intrinsics.md).
26+
see the [discussion of intrinsics](docs/Intrinsics.md).
2727

2828
To understand how a flang program communicates with libraries at runtime,
29-
see the discussion of [runtime descriptors](documentation/RuntimeDescriptor.md).
29+
see the discussion of [runtime descriptors](docs/RuntimeDescriptor.md).
3030

3131
If you're interested in contributing to the compiler,
32-
read the [style guide](documentation/C++style.md)
32+
read the [style guide](docs/C++style.md)
3333
and
34-
also review [how flang uses modern C++ features](documentation/C++17.md).
34+
also review [how flang uses modern C++ features](docs/C++17.md).
3535

3636
## Supported C++ compilers
3737

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/ArrayComposition.md
1+
<!--===- docs/ArrayComposition.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/C++17.md
1+
<!--===- docs/C++17.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/C++style.md
1+
<!--===- docs/C++style.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/Calls.md
1+
<!--===- docs/Calls.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/Character.md
1+
<!--===- docs/Character.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/ControlFlowGraph.md
1+
<!--===- docs/ControlFlowGraph.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/Directives.md
1+
<!--===- docs/Directives.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--===- documentation/Extensions.md
1+
<!--===- docs/Extensions.md
22
33
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)