Commits

Michael Gottesman committed d07dfe86474
Allow @inline to be attached to constructors. I am trying to enable a new ARC optimizer feature that is forcing me to debug a test case that is affected by inlining of initializers. Plus, being able to selectively disable inlining of the initializers is a useful feature in general. Swift SVN r20427