Files
swift-mirror/lib/Basic/StringExtras.cpp
Jordan Rose 981d1a9fab omitNeedlessWords: Factor out matchTypeNameFromBackWithSpecialCases
Separate the functional searching bit from the actual "omitting" bit
once the type name is matched. This in turn provides a good place to
flip from reverse iterators back to forward iterators, making the
following code about omitting a fair bit clearer.

No functionality change. This is 90% moving things around and 10%
rephrasing.
2019-10-10 10:48:11 -07:00

43 KiB