Ignore:
Timestamp:
Jan 8, 2018, 2:34:32 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
b3fc977
Parents:
8587878e
Message:

Convert MLEMutator to PassVisitor?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Label.h

    r8587878e r94e025a2  
    3333        std::list< Attribute * >& get_attributes() { return attributes; }
    3434
    35         operator std::string() { return name; }
     35        operator std::string() const { return name; }
    3636        bool empty() { return name.empty(); }
    3737  private:
Note: See TracChangeset for help on using the changeset viewer.