[flang-commits] [flang] [Flang][Docs] Clean up flang/docs/IntrinsicTypes.md documentation (PR #162184)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue Oct 7 07:29:04 PDT 2025
================
@@ -14,101 +14,106 @@ local:
---
```
-Intrinsic types are integer, real, complex, character, and logical.
-All intrinsic types have a kind type parameter called KIND,
+Intrinsic types are `INTEGER`, `REAL`, `COMPLEX`, `CHARACTER`, and `LOGICAL`.
+All intrinsic types have a kind type parameter called `KIND`,
which determines the representation method for the specified type.
-The intrinsic type character also has a length type parameter called LEN,
+The intrinsic type character also has a length type parameter called `LEN`,
----------------
tarunprabhu wrote:
"length parameter" seems clearer to me than "length type parameter", but the same comment applies here as for "kind type parameter".
```suggestion
The intrinsic type `CHARACTER` also has a length parameter called `LEN`,
```
https://github.com/llvm/llvm-project/pull/162184
More information about the flang-commits
mailing list