- Timestamp:
- Jul 15, 2019, 2:43:22 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7dc2e57b
- Parents:
- e3d7f9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
re3d7f9f rce12e2b 238 238 inline void acceptAll( Container & container, VisitorType & visitor ) { 239 239 SemanticErrorException errors; 240 for ( constauto * i : container ) {240 for ( auto * i : container ) { 241 241 try { 242 242 if ( i ) {
Note: See TracChangeset
for help on using the changeset viewer.