We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2591ad8 commit 7a5c7b4Copy full SHA for 7a5c7b4
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9a98704acf6d26ac37d78d861b5c520475726160
+refs/heads/master: ac81720b39669bcaac01644e4e778e99f026393b
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
trunk/lib/ParseSIL/ParseSIL.cpp
@@ -264,7 +264,7 @@ namespace {
264
return true;
265
}
266
267
- Result = ValueOwnershipKind(*Iter);
+ Result = T(*Iter);
268
return false;
269
270
0 commit comments