Changeset 42cdd07d for src/InitTweak
- Timestamp:
- Jun 10, 2024, 2:43:23 AM (20 months ago)
- 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. - File:
-
- 1 edited
-
src/InitTweak/GenInit.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.cpp
r85855b0 r42cdd07d 32 32 #include "Common/ToString.hpp" // for toCString 33 33 #include "Common/UniqueName.hpp" // for UniqueName 34 #include "Common/Utility.hpp" // for ValueGuard, maybeClone35 34 #include "GenPoly/GenPoly.hpp" // for getFunctionType, isPolyType 36 35 #include "GenPoly/ScopedSet.hpp" // for ScopedSet, ScopedSet<>::const_iter... … … 277 276 } 278 277 // need to clear and reset qualifiers when determining if a type is managed 279 // ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );280 278 auto tmp = shallowCopy(type); 281 279 tmp->qualifiers = {};
Note:
See TracChangeset
for help on using the changeset viewer.