Files
swift-mirror/lib/IDE/CodeCompletion.cpp
Ben Langmuir be016aedf3 [CodeCompletion] Don't add empty code completion on invalid init
For now, just avoid adding the completion since that will assert later
when we try to sort. In the future we could actually complete something
useful here, since we can dig out the names of the parameters even if
the type is invalid.

rdar://problem/22834017

Swift SVN r32211
2015-09-24 22:13:13 +00:00

128 KiB