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