Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.h

    r1931bb01 r3b0bc16  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Jun 29 14:32:00 2022
    13 // Update Count     : 65
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue Feb  1 09:23:21 2022
     13// Update Count     : 64
    1414//
    1515
     
    2626#include "SynTree/Visitor.h"      // for Visitor
    2727#include "SynTree/SynTree.h"      // for Visitor Nodes
    28 
    29 namespace ast {
    30         class DeclWithType;
    31 }
    3228
    3329namespace CodeGen {
     
    186182        /// returns C-compatible name of declaration
    187183        std::string genName( DeclarationWithType * decl );
    188         std::string genName( ast::DeclWithType const * decl );
    189184
    190185        inline std::ostream & operator<<( std::ostream & os, const CodeGenerator::LineEnder & endl ) {
Note: See TracChangeset for help on using the changeset viewer.