[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.
----------------
tarunprabhu wrote:

```suggestion
that determines the representation for the specified type.
```

https://github.com/llvm/llvm-project/pull/162184


More information about the flang-commits mailing list