Commits

David Farler committed bb2391adbd1
Add -strip-field-names and -strip-field-metadata IRGen options This controls emission of field metadata for reflection, providing the default decision. We might want to explore finer-grained control per type, likely as a source code annotation. -strip-field-names Strip field names from nominal type metadata. -strip-field-metadata Strip all field metadata for nominal types. This also implies -strip-field-names. NFC yet.