Currently the symbol for MSPropertyDecl has kind SymbolKind::Unknown
which can trip up various indexing tools.
rdar://problem/46764224
Paths
| Differential D57628
[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 rdar://problem/46764224
Diff Detail
Event TimelineHerald added subscribers: arphaman, dexonsmith, jkorous. · View Herald TranscriptFeb 1 2019, 3:28 PM This revision is now accepted and ready to land.Feb 26 2019, 3:17 PM Closed by commit rL354942: [index] Improve indexing support for MSPropertyDecl. (authored by vsapsai). · Explain WhyFeb 26 2019, 5:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 184860 clang/lib/Index/IndexDecl.cpp
clang/lib/Index/IndexSymbol.cpp
clang/test/Index/ms-property.cpp
|