diff options
author | Jim Ingham <jingham@apple.com> | 2022-04-08 12:25:53 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-04-08 17:45:16 -0700 |
commit | 833882b32701ce3713c9dd9afdedf1126db691f0 (patch) | |
tree | ad89161a916582864f6be7fd264287b6ddba3bd9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2a2149c754f96376ddf8fed248102dd8e6092a22 (diff) | |
download | llvm-833882b32701ce3713c9dd9afdedf1126db691f0.zip llvm-833882b32701ce3713c9dd9afdedf1126db691f0.tar.gz llvm-833882b32701ce3713c9dd9afdedf1126db691f0.tar.bz2 |
Adapt the ObjC stepping algorithm to deal with "selector-stubs" in clang.
Clang is adding a feature to ObjC code generation, where instead of calling
objc_msgSend directly with an object & selector, it generates a stub that
gets passed only the object and the stub figures out the selector.
This patch adds support for following that dispatch method into the implementation
function.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions