Commits

Chris Lattner committed 0a88809fb6a
now that there is only one caller of getSelfTypeInContext and getInterfaceSelfType, inline them into their caller. This has the nice effect of moving getSelfTypeForContainer into Decl.cpp instead of being in DeclContext.cpp (which never made sense to me). Swift SVN r12984