c327f99254
Move responsibility of providing the instance variable name (`this`, `self`) from `TypeSystem` to `Language`. `Language` the natural place for this, but also has downstream benefits. Some languages have multiple `TypeSystem` implementations (ex Swift), and by placing this logic in the `Language`, redundancy is avoided. This change relies on the tests from D145348 and D146320. Differential Revision: https://reviews.llvm.org/D146548 |
||
---|---|---|
.. | ||
ABI | ||
Architecture | ||
Disassembler | ||
DynamicLoader | ||
ExpressionParser | ||
Instruction | ||
InstrumentationRuntime | ||
JITLoader | ||
Language | ||
LanguageRuntime | ||
MemoryHistory | ||
ObjectContainer | ||
ObjectFile | ||
OperatingSystem | ||
Platform | ||
Process | ||
REPL | ||
ScriptInterpreter | ||
StructuredData | ||
SymbolFile | ||
SymbolVendor | ||
SystemRuntime | ||
Trace | ||
TraceExporter | ||
TypeSystem | ||
UnwindAssembly | ||
CMakeLists.txt | ||
Plugins.def.in |