Commits

Jordan Rose committed 1bdd092cd91
[PrintAsObjC] Use C names when printing imported structs. (and enums) Previously this part of the compiler assumed that any imported struct or enum would have the same name as it does in C, which is no longer true. Part of rdar://problem/26372925