RemoteAST: implement getOffsetOfMember for structs and classes.

This commit is contained in:
John McCall
2016-04-28 16:28:49 -07:00
parent c875d15a75
commit f33c84fb3d
11 changed files with 584 additions and 27 deletions

View File

@@ -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))