Changeset 833ba13 for src/Concurrency
- Timestamp:
- Dec 2, 2020, 12:31:56 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddcedfe
- Parents:
- 3d0560d (diff), a25f64b (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
-
src/Concurrency/Keywords.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cc
r3d0560d r833ba13 405 405 dtor_decl = decl; 406 406 else if ( vtable_name.empty() ) 407 ; 408 else if( !decl->has_body() ) 407 409 ; 408 410 else if ( auto param = isMainFor( decl, cast_target ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.