Commits

Doug Gregor committed 11b820dbcc2
Ban extension of the 'AnyObject' protocol. AnyObject won't always be a protocol, and it may be de-protocol'ified well before we get the ability to extend an arbitrary type (if that ever happens), so ban this for now. Swift SVN r28120