Skip to content

Commit f443af4

Browse files
committed
---
yaml --- r: 348515 b: refs/heads/master c: e6fd110 h: refs/heads/master i: 348513: 106a236 348511: d62ead5
1 parent ad4f5aa commit f443af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 54766d2d0cef611514ebb00da94f071ac7132ac6
2+
refs/heads/master: e6fd1101e109b6139f5cfd4551856d8838c65adb
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/ClangImporter/ImportDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4549,7 +4549,7 @@ namespace {
45494549
Impl.SwiftContext.evaluator.cacheOutput(ExtendedTypeRequest{result},
45504550
objcClass->getDeclaredType());
45514551
Impl.SwiftContext.evaluator.cacheOutput(ExtendedNominalRequest{result},
4552-
objcClass);
4552+
std::move(objcClass));
45534553

45544554
// Determine the type and generic args of the extension.
45554555
if (objcClass->getGenericParams()) {

0 commit comments

Comments
 (0)