Changes in src/Common/ErrorObjects.hpp [16ba4897:c92bdcc]
- File:
-
- 1 edited
-
src/Common/ErrorObjects.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ErrorObjects.hpp
r16ba4897 rc92bdcc 41 41 void append( SemanticErrorException & other ); 42 42 void append( CodeLocation location, const std::string & ); 43 void throwIfNonEmpty();43 bool isEmpty() const; 44 44 void print(); 45 45 private:
Note:
See TracChangeset
for help on using the changeset viewer.