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

[libclang] When doing the cursor visitation make sure declarations

in the same line do not override getting a cursor for the previous declaration.

e.g:

int x, y;
@synthesize prop1, prop2;

pointing at 'x'/'prop1' would give 'y'/'prop2' because their source ranges overlap.

rdar://11361113

llvm-svn: 158258
parent fc8ce08b
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