[PATCH] D58986: Fix typo in string returned from index::getSymbolKindString for SymbolKind::ConversionFunction

Nathan Hawes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 11:20:19 PST 2019


nathawes created this revision.
nathawes added a reviewer: akyrtzi.
Herald added subscribers: cfe-commits, arphaman.
Herald added a project: clang.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D58986

Files:
  lib/Index/IndexSymbol.cpp
  test/Index/Core/index-source.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58986.189366.patch
Type: text/x-patch
Size: 10805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190305/ee77c73f/attachment-0001.bin>


More information about the cfe-commits mailing list