Changes in src/Concurrency/KeywordsNew.cpp [e01eb4a:835d6e8]
- File:
-
- 1 edited
-
src/Concurrency/KeywordsNew.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
re01eb4a r835d6e8 779 779 780 780 const ast::Stmt * SuspendKeyword::postvisit( const ast::SuspendStmt * stmt ) { 781 switch ( stmt-> type) {781 switch ( stmt->kind ) { 782 782 case ast::SuspendStmt::None: 783 783 // Use the context to determain the implicit target.
Note:
See TracChangeset
for help on using the changeset viewer.