Commits

Chris Lattner committed 01f3e81aa50
Work on VarDecl: - Rename getParentPattern() -> getParentPatternBinding(), since it returns the pattern binding, not the pattern. - Introduce new getParentPattern()/getParentInitializer() methods, covering the most common uses of getParentPatternBinding(). NFC. Swift SVN r26175