Changeset 98e8b3b for src/AST/Fwd.hpp


Ignore:
Timestamp:
Sep 10, 2020, 11:26:58 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ae45007
Parents:
b9fa85b
Message:

ast::ReferenceToType? is now ast::BaseInstType?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rb9fa85b r98e8b3b  
    107107class QualifiedType;
    108108class FunctionType;
    109 class ReferenceToType;
     109class BaseInstType;
    110110template<typename decl_t> class SueInstType;
    111111using StructInstType = SueInstType<StructDecl>;
Note: See TracChangeset for help on using the changeset viewer.