Skip to content

Commit f787c9a

Browse files
sameeran joshiSameeranjoshi
authored andcommitted
[Flang][NFC] Remove license comments from files in docs/ folder.
Solves issue https://reviews.llvm.org/D86131#2247275 Reviewed By: hans Differential Revision: https://reviews.llvm.org/D86875
1 parent 1b743a9 commit f787c9a

24 files changed

+0
-192
lines changed

flang/docs/ArrayComposition.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/ArrayComposition.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
This note attempts to describe the motivation for and design of an
102
implementation of Fortran 90 (and later) array expression evaluation that
113
minimizes the use of dynamically allocated temporary storage for

flang/docs/C++17.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/C++17.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
## C++14/17 features used in f18
102

113
The C++ dialect used in this project constitutes a subset of the

flang/docs/C++style.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/C++style.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
## In brief:
102
* Use *clang-format*
113
from llvm 7

flang/docs/Calls.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/Calls.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
## Procedure reference implementation protocol
102

113
Fortran function and subroutine references are complicated.

flang/docs/Character.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/Character.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
## Implementation of `CHARACTER` types in f18
102

113
### Kinds and Character Sets

flang/docs/ControlFlowGraph.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/ControlFlowGraph.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
## Concept
102
After a Fortran subprogram has been parsed, its names resolved, and all its
113
semantic constraints successfully checked, the parse tree of its

flang/docs/Directives.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/Directives.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
Compiler directives supported by F18
102
====================================
113

flang/docs/Extensions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/Extensions.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
As a general principle, this compiler will accept by default and
102
without complaint many legacy features, extensions to the standard
113
language, and features that have been deleted from the standard,

flang/docs/FortranForCProgrammers.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/FortranForCProgrammers.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
Fortran For C Programmers
102
=========================
113

flang/docs/FortranIR.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--===- docs/FortranIR.md
2-
3-
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4-
See https://llvm.org/LICENSE.txt for license information.
5-
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
7-
-->
8-
91
# Design: Fortran IR
102

113
## Introduction

0 commit comments

Comments
 (0)