summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-08-28 00:04:23 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-08-28 00:04:23 +0000
commit71c85b6a873059682c01245c43552bace6d8fcde (patch)
treeade46cd3fd06a5eed4bf4004c6e6451d0cca989c /clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
parent89d6b29d1699e2e33b69bff9f5190ebcd7a9e71f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud