Changeset 7edd5c1 for src/AST/Copy.cpp


Ignore:
Timestamp:
May 9, 2022, 11:38:08 AM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
00675a1
Parents:
bd1d279
Message:

Assorted fixes to the AST, found while I was trying to add more invarant checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Copy.cpp

    rbd1d279 r7edd5c1  
    1010// Created On       : Thr Nov 11  9:16:00 2019
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Nov 11  9:28:00 2021
    13 // Update Count     : 0
     12// Last Modified On : Tue May  3 16:28:00 2022
     13// Update Count     : 1
    1414//
    1515
     
    7777        }
    7878
     79        void postvisit( const UniqueExpr * node ) {
     80                readonlyInsert( &node->object );
     81        }
     82
    7983        void postvisit( const MemberExpr * node ) {
    8084                readonlyInsert( &node->member );
Note: See TracChangeset for help on using the changeset viewer.