Skip to content
Commit 6cc5f73e 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.

llvm-svn: 221641
parent 5c35f7cf
Loading
Loading
Loading
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