summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-10-19 16:05:26 +0000
committerJordan Rose <jordan_rose@apple.com>2012-10-19 16:05:26 +0000
commit2afd661685aea4ce232ab67554f0aa3110317619 (patch)
treebde7184e5319370da24637c7cb7e212527bef0fd /lldb/source/Expression/ClangExpressionParser.cpp
parent555d1c5ab8dd59b993f160993c8f9cea5b84954a (diff)
downloadbcm5719-llvm-2afd661685aea4ce232ab67554f0aa3110317619.tar.gz
bcm5719-llvm-2afd661685aea4ce232ab67554f0aa3110317619.zip
Allow objc_requires_super to be used to check class methods as well.
Also, unify ObjCShouldCallSuperDealloc and ObjCShouldCallSuperFinalize. The two have identical behavior and will never be active at the same time. There's one last simplification now, which is that if we see a call to [super foo] and we are currently in a method named 'foo', we will /unconditionally/ clear the ObjCShouldCallSuper flag, rather than check first to see if we're in a method where calling super is required. There's no reason to pay the extra lookup price here. llvm-svn: 166285
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud