This is an archive of the discontinued LLVM Phabricator instance.

[index] Update indexing to handle CXXDeductionGuideDecls properly
ClosedPublic

Authored by nathawes on Aug 11 2017, 6:53 PM.

Details

Summary

CXXDeductionGuideDecls can't be referenced so there's no need to output a symbol occurrence for them. Also handle DeducedTemplateSpecializationTypeLocs in the TypeIndexer so we don't miss the symbol occurrences of the corresponding template decls.

Diff Detail

Repository
rL LLVM

Event Timeline

nathawes created this revision.Aug 11 2017, 6:53 PM
rsmith accepted this revision.Aug 11 2017, 7:05 PM
This revision is now accepted and ready to land.Aug 11 2017, 7:05 PM
This revision was automatically updated to reflect the committed changes.