Changes in src/Concurrency/KeywordsNew.cpp [37273c8:b2ecd48]
- File:
-
- 1 edited
-
src/Concurrency/KeywordsNew.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
r37273c8 rb2ecd48 482 482 location, 483 483 getter_name, 484 {}, // forall 484 485 { this_decl }, // params 485 486 { ret_decl }, // returns … … 498 499 location, 499 500 "main", 501 {}, 500 502 { ast::deepCopy( this_decl ) }, 501 503 {}, … … 573 575 location, 574 576 "lock", 577 { /* forall */ }, 575 578 { 576 579 // Copy the declaration of this. … … 604 607 location, 605 608 "unlock", 609 { /* forall */ }, 606 610 { 607 611 // Last use, consume the declaration of this.
Note:
See TracChangeset
for help on using the changeset viewer.