Commits

Manman Ren committed fb4ded9a729
SIL Parser: parse super_method and autorelease_return. In parseSILDeclRef, when searching for the first component of the fully-qualified name, we use UnqualifiedLookup to look through the imports. Before this commit, only the current module is searched. Testing cases are generated from a simple swift program using NSObject. Swift SVN r6871