Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Copy.cpp

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