Commits

Xi Ge committed 7f668e7b49e
Add isUserAccessible() in Decl to show whether swift users should know such decl exists. For instance, a.storage for lazy var a is a inaccessible decl. An implicit decl is not necessarily inaccessible, for instance, self. Fixing rdar://18760063 Swift SVN r25556