Changeset ab1a9ea
- Timestamp:
- Feb 1, 2022, 12:20:46 PM (23 months ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 4de48c5, 729c991
- Parents:
- 34c32f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r34c32f0 rab1a9ea 1050 1050 VISIT_START( node ); 1051 1051 1052 <<<<<<< HEAD1053 VISIT(1054 maybe_accept( node, &MutexStmt::mutexObjs );1055 {1056 // mutex statements introduce a level of scope (for the initialization)1057 guard_symtab guard { *this };1058 maybe_accept( node, &MutexStmt::stmt );1059 1060 }1061 )1062 =======1063 1052 if ( __visit_children() ) { 1064 1053 // mutex statements introduce a level of scope (for the initialization) … … 1067 1056 maybe_accept( node, &MutexStmt::mutexObjs ); 1068 1057 } 1069 >>>>>>> e21f2536b7495654ded040259b42b7e2325b83601070 1058 1071 1059 VISIT_END( Stmt, node );
Note: See TracChangeset
for help on using the changeset viewer.