Files
swift-mirror/lib/Serialization/ModuleFile.cpp
Saleem Abdulrasool 078b5b2506 Serialization: fix previous changes for upstream update
We would previously get an error for an unexpected EOF.  However, we no
longer were checking that case, and would fall through to the end of the
function, without a return value.  Return the proper failure indicator.
2017-01-26 21:06:37 -08:00

53 KiB