Commits

Doug Gregor committed 381a12d557b
[Sema] @IBAction implies @objc. Per the core team discussion, @IBAction is tied to the Objective-C runtime and should imply @objc. This was an oversight when the attribute was added pre-1.0. Fixes rdar://problem/24750631.