Commits

Dmitri Hrybenko committed 45e654fbaaf
Make AbstractFunctionDecl a DeclContext and remove DeclContext base class from FuncDecl, ConstructorDecl and DestructorDecl This decreases the number of DeclContexts to 7 and allows us to apply alignas(8) to DeclContext. Swift SVN r8186