This is an archive of the discontinued LLVM Phabricator instance.

Fix typo in string returned from index::getSymbolKindString for SymbolKind::ConversionFunction
AcceptedPublic

Authored by nathawes on Mar 5 2019, 11:19 AM.

Details

Reviewers
akyrtzi
Summary

This patch updates SymbolKind::ConversionFunction's string from "coversion-func" to "conversion-func" and extends the Index/Core/index-source.cpp test to cover the indexing of conversion functions. Also changed a few repeated explicit USR matches in that test to refer to previous matches instead.

Diff Detail

Event Timeline

nathawes created this revision.Mar 5 2019, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2019, 11:19 AM
akyrtzi accepted this revision.Mar 5 2019, 11:28 AM
This revision is now accepted and ready to land.Mar 5 2019, 11:28 AM