diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-09 03:03:02 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-09 03:03:02 +0000 |
commit | 135bf8ee69e2ae2daea4f713381995028c41e264 (patch) | |
tree | 686fba6b8104e66db2b7953053cbb4c6a16e9191 /include/clang/Frontend/CompilerInvocation.h | |
parent | 70186fc9e0bd5e2b3de79058c9ddc57e87213d8d (diff) |
[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
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CompilerInvocation.h')
0 files changed, 0 insertions, 0 deletions