Changeset 09ab71a
- Timestamp:
- May 22, 2019, 3:17:48 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b0abc8a0
- Parents:
- ed3935da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
red3935da r09ab71a 286 286 AggregateDecl * set_body( bool body ) { AggregateDecl::body = body; return this; } 287 287 288 virtual void print( std::ostream &os, Indenter indent = {} ) const override ;288 virtual void print( std::ostream &os, Indenter indent = {} ) const override final; 289 289 virtual void printShort( std::ostream &os, Indenter indent = {} ) const override; 290 290 protected:
Note: See TracChangeset
for help on using the changeset viewer.