Changeset 1df492a for src/ResolvExpr


Ignore:
Timestamp:
Jun 21, 2022, 1:39:14 PM (22 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
eb5962a
Parents:
fc134a48
Message:

Convert TypeInstType? to PointerType? before resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CurrentObject.cc

    rfc134a48 r1df492a  
    7373                virtual void setPosition( std::list< Expression * > & designators ) = 0;
    7474
    75                 /// retrieve the list of possible Type/Designaton pairs for the current position in the currect object
     75                /// retrieve the list of possible Type/Designation pairs for the current position in the currect object
    7676                virtual std::list<InitAlternative> operator*() const = 0;
    7777
Note: See TracChangeset for help on using the changeset viewer.