Changeset 42cdd07d for src/InitTweak


Ignore:
Timestamp:
Jun 10, 2024, 2:43:23 AM (20 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
2ab31fd
Parents:
85855b0 (diff), 0188539c (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/InitTweak/GenInit.cpp

    r85855b0 r42cdd07d  
    3232#include "Common/ToString.hpp"         // for toCString
    3333#include "Common/UniqueName.hpp"       // for UniqueName
    34 #include "Common/Utility.hpp"          // for ValueGuard, maybeClone
    3534#include "GenPoly/GenPoly.hpp"         // for getFunctionType, isPolyType
    3635#include "GenPoly/ScopedSet.hpp"       // for ScopedSet, ScopedSet<>::const_iter...
     
    277276        }
    278277        // need to clear and reset qualifiers when determining if a type is managed
    279         // ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );
    280278        auto tmp = shallowCopy(type);
    281279        tmp->qualifiers = {};
Note: See TracChangeset for help on using the changeset viewer.