Commits

Justin Bogner committed e1db7c33adb
Avoid calling members with a null this when printing TypeReprs Avoid some undefined behaviour and a warning with newer clang by wrapping the null check in TypeRepr::print in a call to a freestanding function. Swift SVN r23168