Changeset f22b170b for src/GenPoly/Box.h


Ignore:
Timestamp:
Nov 16, 2023, 9:22:34 AM (11 months ago)
Author:
caparson <caparson@…>
Branches:
master
Children:
aad677d
Parents:
89a8bab (diff), b8b5535 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.h

    r89a8bab rf22b170b  
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    2118namespace ast {
    2219        class TranslationUnit;
     
    2421
    2522namespace GenPoly {
    26         /// boxes polymorphic function calls
    27         void box( std::list< Declaration* >& translationUnit );
     23
    2824void box( ast::TranslationUnit & translationUnit );
     25
    2926} // namespace GenPoly
    3027
Note: See TracChangeset for help on using the changeset viewer.