Ignore:
Timestamp:
Feb 23, 2022, 11:24:34 AM (4 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
08ed947
Parents:
f5a51db (diff), 3a038fa (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocation.h

    rf5a51db rcc7bbe6  
    3333
    3434        CodeLocation( const CodeLocation& rhs ) = default;
     35        CodeLocation( CodeLocation&& rhs ) = default;
     36        CodeLocation& operator=( const CodeLocation & ) = default;
     37        CodeLocation& operator=( CodeLocation && ) = default;
    3538
    3639        bool isSet () const {
Note: See TracChangeset for help on using the changeset viewer.