Skip to content

Commit 7376821

Browse files
committed
---
yaml --- r: 349463 b: refs/heads/master-next c: e8f3fa8 h: refs/heads/master i: 349461: 3f84e7f 349459: 23ca2a1 349455: e2bd467
1 parent ff8060f commit 7376821

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
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: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: fa554420eb780c1736190414d789543c79498a14
3+
refs/heads/master-next: e8f3fa863bf25eeca7844c877a88b05d24146d20
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/AST/ASTVerifier.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,14 +2362,6 @@ class Verifier : public ASTWalker {
23622362
}
23632363
}
23642364

2365-
if (VD->isFinal() != VD->getAttrs().hasAttribute<FinalAttr>()) {
2366-
Out << "decl should be final iff it has FinalAttr, but isFinal() = "
2367-
<< VD->isFinal() << " and hasAttribute<FinalAttr>() = "
2368-
<< VD->getAttrs().hasAttribute<FinalAttr>() << "\n";
2369-
VD->dump(Out);
2370-
abort();
2371-
}
2372-
23732365
verifyCheckedBase(VD);
23742366
}
23752367

0 commit comments

Comments
 (0)