Changeset 6380f78 for src/SynTree/Declaration.h
- Timestamp:
- May 22, 2019, 3:40:36 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:
- 76ed81f
- Parents:
- d8938622 (diff), f4c2f1a (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/SynTree/Declaration.h
rd8938622 r6380f78 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.