[flang-commits] [flang] 019bec8 - [flang][NFC] Remove implemented TODOs

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Mon Dec 5 01:32:36 PST 2022


Author: Valentin Clement
Date: 2022-12-05T10:32:08+01:00
New Revision: 019bec8c8a44c45320942ae42ce84def98acccf5

URL: https://github.com/llvm/llvm-project/commit/019bec8c8a44c45320942ae42ce84def98acccf5
DIFF: https://github.com/llvm/llvm-project/commit/019bec8c8a44c45320942ae42ce84def98acccf5.diff

LOG: [flang][NFC] Remove implemented TODOs

Added: 
    

Modified: 
    flang/docs/PolymorphicEntities.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/PolymorphicEntities.md b/flang/docs/PolymorphicEntities.md
index 6e401771e02d0..1227bdce805d3 100644
--- a/flang/docs/PolymorphicEntities.md
+++ b/flang/docs/PolymorphicEntities.md
@@ -853,9 +853,6 @@ Current list of TODOs in lowering:
 - `flang/lib/Lower/Allocatable.cpp:465` not yet implemented: SOURCE allocation
 - `flang/lib/Lower/Allocatable.cpp:468` not yet implemented: MOLD allocation
 - `flang/lib/Lower/Bridge.cpp:448` not yet implemented: create polymorphic host associated copy
-- `flang/lib/Lower/Bridge.cpp:2185` not yet implemented: assignment to polymorphic allocatable
-- `flang/lib/Lower/Bridge.cpp:2288` not yet implemented: pointer assignment involving polymorphic entity
-- `flang/lib/Lower/Bridge.cpp:2316` not yet implemented: pointer assignment involving polymorphic entity
 - `flang/lib/Lower/CallInterface.cpp:795` not yet implemented: support for polymorphic types
 - `flang/lib/Lower/ConvertType.cpp:237` not yet implemented: support for polymorphic types
 


        


More information about the flang-commits mailing list