"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4b2a6e200f0836e7fcbc3f8a7416648c2b2929d0"
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
Loading
Please register or sign in to comment