Changeset 0292aa4 for src/AST/Decl.hpp


Ignore:
Timestamp:
Nov 25, 2020, 10:04:05 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:
5e82d56
Parents:
4702a2c
Message:

Fixed some formating/cleanlyness mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r4702a2c r0292aa4  
    7575        int scopeLevel = 0;
    7676
    77         /*
    78         ForallDecl foralls {
    79                 list<TypeDecl> params
    80                 list<ObjectDecl> assns
    81         }
    82         */
    83 
    8477        std::vector<ptr<Attribute>> attributes;
    8578        Function::Specs funcSpec;
Note: See TracChangeset for help on using the changeset viewer.