Changeset df6cc9d for src/Concurrency/KeywordsNew.cpp
- Timestamp:
- Oct 19, 2022, 4:43:26 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1a45263
- Parents:
- 9cd5bd2 (diff), 135143ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
r9cd5bd2 rdf6cc9d 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.