Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ErrorObjects.hpp

    r16ba4897 rc92bdcc  
    4141        void append( SemanticErrorException & other );
    4242        void append( CodeLocation location, const std::string & );
    43         void throwIfNonEmpty();
     43        bool isEmpty() const;
    4444        void print();
    4545  private:
Note: See TracChangeset for help on using the changeset viewer.