commit | c178d76c027d4259c00d4b0b910ad4875c286298 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Aug 28 00:04:23 2012 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Aug 28 00:04:23 2012 +0000 |
tree | eade9f67de12f6019553c29e416977a4eba9699d | |
parent | 33f0558f75f70061707d1388e305b8f92f4e55de [diff] |
[libclang] When determining the cursor via a location, ignore synthesized ivars otherwise if we have something like: @synthesize prop = _prop; and '_prop' is not declared, we will encounter a '_prop' ivar before encountering the 'prop' synthesize declaration and we will think that we passed the region-of-interest, missing the cursor for 'prop'. rdar://12172700 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162715 91177308-0d34-0410-b5e6-96231b3b80d8