Changeset 712348a for src/SynTree/Label.h
- Timestamp:
- May 13, 2019, 5:10:04 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6d51bd7
- Parents:
- 768b3b4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Label.h
r768b3b4f r712348a 35 35 operator std::string() const { return name; } 36 36 bool empty() { return name.empty(); } 37 private: 37 38 38 std::string name; 39 39 Statement * labelled;
Note: See TracChangeset
for help on using the changeset viewer.