Files
swift-mirror/lib/Serialization/Serialization.cpp
Jordan Rose 9187b925f3 [serialization] Accept @weak and @unowned on VarDecls.
We don't actually need to serialize these because they've already been
encoded in the VarDecl's type. However, we'll probably need to be careful
when pretty-printing these on the other side.

Also, be more precise about checking @class_protocol serialization --
before we'd accept any failure, not just rejecting the struct conformance.

Swift SVN r9356
2013-10-15 18:02:54 +00:00

74 KiB