Changeset d60a4c2 for src/Virtual


Ignore:
Timestamp:
Jan 11, 2025, 5:48:46 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f886608
Parents:
7d65715f (diff), 32a119e9 (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

Location:
src/Virtual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/ExpandCasts.cpp

    r7d65715f rd60a4c2  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ExpandCasts.cpp --
     7// ExpandCasts.cpp -- Expand virtual casts into lower level code.
    88//
    99// Author           : Andrew Beach
  • src/Virtual/ExpandCasts.hpp

    r7d65715f rd60a4c2  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // ExpandCasts.hpp --
     7// ExpandCasts.hpp -- Expand virtual casts into lower level code.
    88//
    99// Author           : Andrew Beach
    1010// Created On       : Mon Jul 24 13:54:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Fri Jul 29 14:40:00 2022
    13 // Update Count     : 1
     12// Last Modified On : Fri Jan 10 14:34:00 2025
     13// Update Count     : 2
    1414//
    1515
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    2118namespace ast {
    2219        class TranslationUnit;
     
    2421
    2522namespace Virtual {
    26 void expandCasts( std::list< Declaration * > & translationUnit );
    2723void expandCasts( ast::TranslationUnit & translationUnit );
    2824// Breaks all virtual cast nodes up into translatable nodes.
    2925
    30 // Later this might just set some information so it can happen at CodeGen.
    31 
    3226}
Note: See TracChangeset for help on using the changeset viewer.