John McCall
|
312aa06901
|
Start fleshing out RemoteAST's storage-offset API.
|
2016-04-26 16:22:28 -07:00 |
|
John McCall
|
075908008b
|
Fix a bug in RemoteAST's Result<> that only comes up with the emplace factories.
|
2016-04-26 13:04:02 -07:00 |
|
Enrico Granata
|
5d315ae30b
|
Add a getKindForRemoteTypeMetadata() API to the RemoteAST - LLDB plans to use this API to decide whether certain kinds of existential containers need a two-level type resolution (e.g. if an existential box points to a class, the true type that we want to resolve is the type that the class's ISA refers to, not the static type that the box refers to)
|
2016-04-25 11:50:03 -07:00 |
|
John McCall
|
093009b3ef
|
Enhance the Remote / RemoteAST libraries with an error mechanism.
Nothing is producing meaningful errors yet, however.
|
2016-04-20 11:44:34 -07:00 |
|
John McCall
|
7a5fecf8f9
|
Add missing #include for Linux.
|
2016-04-19 16:41:34 -07:00 |
|
John McCall
|
e758ba3569
|
Stub out a RemoteAST library for translating remote metadata
pointers into a local AST.
This is intended primarily for the use of LLDB and does not have
a stable ABI.
|
2016-04-19 16:36:57 -07:00 |
|