diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-08-28 00:04:23 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-08-28 00:04:23 +0000 |
commit | c178d76c027d4259c00d4b0b910ad4875c286298 (patch) | |
tree | eade9f67de12f6019553c29e416977a4eba9699d /lib/StaticAnalyzer/Core/ExplodedGraph.cpp | |
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
Diffstat (limited to 'lib/StaticAnalyzer/Core/ExplodedGraph.cpp')
0 files changed, 0 insertions, 0 deletions