[flang-commits] [flang] [Flang] Add a Fortran Standards Support doc (PR #132195)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Thu Mar 20 08:13:23 PDT 2025
================
@@ -0,0 +1,63 @@
+<!--===- docs/FortranStandardsSupport.md
+
+ Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+ See https://llvm.org/LICENSE.txt for license information.
+ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+
+# Flang's Fortran standards support
+
+```{contents}
+---
+local:
+---
+```
+
+This document summarizes Flang's Fortran standards support. The information is only provided as a guideline. The compiler emits
----------------
kkwli wrote:
If we take the suggested change above, should we also remove `'s` here? Or just rephrase it to:
> This document summarizes Fortran standards support in Flang.
https://github.com/llvm/llvm-project/pull/132195
More information about the flang-commits
mailing list