[flang-commits] [flang] 458598c - [flang][NFC] Remove not polymorphic from assumed type

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Mon Sep 19 00:51:34 PDT 2022


Author: Valentin Clement
Date: 2022-09-19T09:51:11+02:00
New Revision: 458598ccc50c5118107f05d60f3d043772a91f26

URL: https://github.com/llvm/llvm-project/commit/458598ccc50c5118107f05d60f3d043772a91f26
DIFF: https://github.com/llvm/llvm-project/commit/458598ccc50c5118107f05d60f3d043772a91f26.diff

LOG: [flang][NFC] Remove not polymorphic from assumed type

Added: 
    

Modified: 
    flang/docs/PolymorphicEntities.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/PolymorphicEntities.md b/flang/docs/PolymorphicEntities.md
index a354791729566..711db6293bc96 100644
--- a/flang/docs/PolymorphicEntities.md
+++ b/flang/docs/PolymorphicEntities.md
@@ -102,8 +102,7 @@ func.func @bar(%x : !fir.class<*>)
 
 Assumed type is added in Fortran 2018 and it is available only for dummy
 arguments. It's mainly used for interfaces to non-Fortran code and is similar
-to C's `void`. It's not part of polymorphic entities directly but it's not
-currently implemented in flang.
+to C's `void`.
 
 Assumed-type is represented as `!fir.type<*>`.
 


        


More information about the flang-commits mailing list