Changeset e01eb4a for src/Concurrency
- Timestamp:
- Sep 22, 2022, 2:23:18 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 5d8dae7
- Parents:
- 0bd46fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
r0bd46fd re01eb4a 21 21 #include "AST/Decl.hpp" 22 22 #include "AST/Expr.hpp" 23 #include "AST/Inspect.hpp" 23 24 #include "AST/Pass.hpp" 24 25 #include "AST/Stmt.hpp" … … 1528 1529 const ast::ptr<ast::DeclWithType> & param = decl->params.front(); 1529 1530 auto type = dynamic_cast<const ast::StructInstType *>( 1530 InitTweak::getPointerBase( param->get_type() ) );1531 ast::getPointerBase( param->get_type() ) ); 1531 1532 if ( nullptr == type ) return decl; 1532 1533 if ( !type->base->is_thread() ) return decl;
Note: See TracChangeset
for help on using the changeset viewer.