Skip to content

Commit f8b06b1

Browse files
committed
---
yaml --- r: 274423 b: refs/heads/master-next c: d68388c h: refs/heads/master i: 274421: d551c35 274419: c770571 274415: 8997705
1 parent 3d9ad3c commit f8b06b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: cbef630f19f869ab5279731179bd731f12b3b9d5
3-
refs/heads/master-next: c84553cc33d0ce9e760412b36eed7449fca04078
3+
refs/heads/master-next: d68388c8c7cb83385cff2f7cb6211de9347f6648
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/lib/Sema/TypeCheckProtocol.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,8 @@ static void diagnoseConformanceImpliedByConditionalConformance(
16231623
ProtocolConformance *MultiConformanceChecker::
16241624
checkIndividualConformance(NormalProtocolConformance *conformance,
16251625
bool issueFixit) {
1626+
PrettyStackTraceConformance trace(TC.Context, "type-checking", conformance);
1627+
16261628
std::vector<ValueDecl*> revivedMissingWitnesses;
16271629
switch (conformance->getState()) {
16281630
case ProtocolConformanceState::Incomplete:
@@ -4392,8 +4394,6 @@ void TypeChecker::useBridgedNSErrorConformances(DeclContext *dc, Type type) {
43924394
}
43934395

43944396
void TypeChecker::checkConformance(NormalProtocolConformance *conformance) {
4395-
PrettyStackTraceConformance trace(Context, "type-checking", conformance);
4396-
43974397
MultiConformanceChecker checker(*this);
43984398
checker.addConformance(conformance);
43994399
checker.checkAllConformances();

0 commit comments

Comments
 (0)