Skip to content
Snippets Groups Projects
Commit 5f43709b authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[libclang] When initializing an ObjC object via the "[[ClassName alloc] init*]" pattern,

report the 'init*' invocation as non-dynamic via clang_Cursor_isDynamicCall.

Of course it is dynamic at runtime, but for purposes of indexing we can treat as an invocation to ClassName's init*.

Addresses rdar://18916871.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221641 91177308-0d34-0410-b5e6-96231b3b80d8
parent bd74c05e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment