File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 54766d2d0cef611514ebb00da94f071ac7132ac6
2
+ refs/heads/master: e6fd1101e109b6139f5cfd4551856d8838c65adb
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -4549,7 +4549,7 @@ namespace {
4549
4549
Impl.SwiftContext .evaluator .cacheOutput (ExtendedTypeRequest{result},
4550
4550
objcClass->getDeclaredType ());
4551
4551
Impl.SwiftContext .evaluator .cacheOutput (ExtendedNominalRequest{result},
4552
- objcClass);
4552
+ std::move ( objcClass) );
4553
4553
4554
4554
// Determine the type and generic args of the extension.
4555
4555
if (objcClass->getGenericParams ()) {
You can’t perform that action at this time.
0 commit comments