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 | 71c85b6a873059682c01245c43552bace6d8fcde (patch) | |
tree | ade46cd3fd06a5eed4bf4004c6e6451d0cca989c /clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp | |
parent | 89d6b29d1699e2e33b69bff9f5190ebcd7a9e71f (diff) | |
download | bcm5719-llvm-71c85b6a873059682c01245c43552bace6d8fcde.tar.gz bcm5719-llvm-71c85b6a873059682c01245c43552bace6d8fcde.zip |
[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
llvm-svn: 162715
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp')
0 files changed, 0 insertions, 0 deletions