Commits

Chris Lattner committed 0c7ded44a3e
Merge the code for synthesizing trivial getters together into a single helper function, reducing duplication and allowing us to get rid of some fiddly "self decl" handling stuff. NFC, except that we now mark all trivial getters as transparent (which doesn't matter yet). Swift SVN r15147