Changeset 10a9479d for src/Concurrency/Keywords.cpp
- Timestamp:
- Nov 23, 2024, 8:28:37 PM (11 months ago)
- Branches:
- master
- Children:
- 956b389
- Parents:
- b006c51e (diff), de7b7a5 (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/Keywords.cpp
rb006c51e r10a9479d 117 117 118 118 // -------------------------------------------------------------------------- 119 struct ConcurrentSueKeyword : public ast::WithDeclsToAdd <>{119 struct ConcurrentSueKeyword : public ast::WithDeclsToAdd { 120 120 ConcurrentSueKeyword( 121 121 std::string&& type_name, std::string&& field_name, … … 639 639 // -------------------------------------------------------------------------- 640 640 struct SuspendKeyword final : 641 public ast::WithStmtsToAdd <>, public ast::WithGuards {641 public ast::WithStmtsToAdd, public ast::WithGuards { 642 642 SuspendKeyword() = default; 643 643 virtual ~SuspendKeyword() = default; … … 860 860 861 861 // -------------------------------------------------------------------------- 862 struct MutexKeyword final : public ast::WithDeclsToAdd <>{862 struct MutexKeyword final : public ast::WithDeclsToAdd { 863 863 const ast::FunctionDecl * postvisit( const ast::FunctionDecl * decl ); 864 864 void postvisit( const ast::StructDecl * decl );
Note:
See TracChangeset
for help on using the changeset viewer.