Changes in / [e21f253:cef7430]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
re21f253 rcef7430 1050 1050 VISIT_START( node ); 1051 1051 1052 <<<<<<< HEAD 1053 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 ======= 1052 1063 if ( __visit_children() ) { 1053 1064 // mutex statements introduce a level of scope (for the initialization) … … 1056 1067 maybe_accept( node, &MutexStmt::mutexObjs ); 1057 1068 } 1069 >>>>>>> e21f2536b7495654ded040259b42b7e2325b8360 1058 1070 1059 1071 VISIT_END( Stmt, node );
Note:
See TracChangeset
for help on using the changeset viewer.