diff options
author | Sean Callanan <scallanan@apple.com> | 2010-12-13 22:46:15 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2010-12-13 22:46:15 +0000 |
commit | 1782783095b51000831c7d2fd1d763355b5adc0f (patch) | |
tree | fc296a108c96feda93188471be524ad16ed3e04c /clang/lib/AST/TemplateBase.cpp | |
parent | 4efa445f3cd10e828a6022ca2ea53ca827dde6a7 (diff) | |
download | bcm5719-llvm-1782783095b51000831c7d2fd1d763355b5adc0f.tar.gz bcm5719-llvm-1782783095b51000831c7d2fd1d763355b5adc0f.zip |
Added support for generating expressions that have
access to the members of the Objective-C self object.
The approach we take is to generate the method as a
@category on top of the self object, and to pass the
"self" pointer to it. (_cmd is currently NULL.)
Most changes are in ClangExpressionDeclMap, but the
change that adds support to the ABIs to pass _cmd
touches a fair amount of code.
llvm-svn: 121722
Diffstat (limited to 'clang/lib/AST/TemplateBase.cpp')
0 files changed, 0 insertions, 0 deletions