swift
05ffc868 - Serialization: Fix a warning in SILDeserializer::readLoc().

Commit
299 days ago
Serialization: Fix a warning in SILDeserializer::readLoc(). The switch is not safely covered since deserialization could read any `unsigned` value, so there must be a return at the end of the method. Also, run clang-format.
Author
Committer
Parents
Loading