Ignore:
Timestamp:
Apr 5, 2018, 11:58:01 AM (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, with_gc
Children:
10246645, ca37445
Parents:
593370c
Message:

Minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ErrorObjects.h

    r593370c r9d1e3f7  
    3535class SemanticErrorException : public std::exception {
    3636  public:
    37         SemanticErrorException() = default;
     37        SemanticErrorException() = default;
    3838        SemanticErrorException( CodeLocation location, std::string error );
    3939        ~SemanticErrorException() throw() {}
Note: See TracChangeset for help on using the changeset viewer.