Commits

Doug Gregor committed 36889a2b1a8
Introduce DeclIterator and DeclRange for iterating over decl members. NFC. DeclRange is a range over DeclIterators, and is used rather than ArrayRef<Decl*> to retrieve the members of a nominal type declaration or extension thereof. The intent is to change the representation of DeclRange next. Swift SVN r16571