Changeset 0766399 for src/Common/ErrorObjects.hpp
- Timestamp:
- Oct 9, 2024, 5:34:36 PM (5 weeks ago)
- Branches:
- master
- Children:
- 1a8b17a
- Parents:
- 7d415b4 (diff), 16ba4897 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ErrorObjects.hpp
r7d415b4 r0766399 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.