Files
swift-mirror/lib/Serialization
Saleem Abdulrasool b034870596 Serialization: scope declaration properly (NFC)
Annotating the namespace on a class is a clang extension.  Use
`namespace` to enclose the type to a namespace.  This was flagged by
GCC 7.
2019-12-23 15:34:04 -08:00
..