Skip to content
Commit bcf2bdc9 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Point diagnostics that complain about a use of a selector in an objc message,...

Point diagnostics that complain about a use of a selector in an objc message, to the selector location.

Previously it would point to the left bracket or the receiver, which can be particularly
problematic if the receiver is a block literal and we end up point the diagnostic far away
for the selector that is complaining about.

rdar://13620447

llvm-svn: 180833
parent 99c272d3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment