swift
05ffc868
- Serialization: Fix a warning in SILDeserializer::readLoc().
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#78172 - Serialization: Fix a warning in SILDeserializer::readLoc()
Author
tshortli
Committer
tshortli
Parents
cb05f22b
Loading