This is an archive of the discontinued LLVM Phabricator instance.

[index] Improve indexing support for MSPropertyDecl.
ClosedPublic

Authored by vsapsai on Feb 1 2019, 3:28 PM.

Details

Summary

Currently the symbol for MSPropertyDecl has kind SymbolKind::Unknown
which can trip up various indexing tools.

rdar://problem/46764224

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.Feb 1 2019, 3:28 PM
jkorous accepted this revision.Feb 26 2019, 3:17 PM

LGTM

Thanks for looking into this!

This revision is now accepted and ready to land.Feb 26 2019, 3:17 PM

Thanks for reviewing the change!

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 26 2019, 5:05 PM