mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
RemoteAST: implement getOffsetOfMember for structs and classes.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
FAILURE(Unknown, "an unknown failure occurred", ())
|
||||
FAILURE(BadArgument, "the API was called with a bad argument", ())
|
||||
FAILURE(Unimplemented, "the implementation does not know how to %0", (String))
|
||||
|
||||
FAILURE(Memory, "an unknown failure occurred while reading %0 at address %1",
|
||||
(String, Address))
|
||||
|
||||
Reference in New Issue
Block a user