Disallow constructors in protocols

Swift SVN r7701
This commit is contained in:
Dmitri Hrybenko
2013-08-28 23:03:37 +00:00
parent 508e02df19
commit 3a6feb7814
3 changed files with 9 additions and 6 deletions

View File

@@ -477,7 +477,7 @@ public:
bool NeedDefinition,
SmallVectorImpl<Decl *> &Decls);
ParserResult<ConstructorDecl> parseDeclConstructor(bool HasContainerType);
ParserResult<ConstructorDecl> parseDeclConstructor(unsigned Flags);
ParserResult<DestructorDecl> parseDeclDestructor(unsigned Flags);
ParserResult<OperatorDecl> parseDeclOperator(bool AllowTopLevel);