[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:02 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`,
----------------
tarunprabhu wrote:
Do you know if the term "kind type parameter" is in common use/the language used in the standard? Just "kind parameter" seems clearer to me. But if the former is the convention (or in the official standard), we should prefer that.
```suggestion
All intrinsic types have a kind parameter called `KIND`
```
https://github.com/llvm/llvm-project/pull/162184
More information about the flang-commits
mailing list