Commits

Chris Lattner committed 849ec50a120
Fix <rdar://problem/21269142> Diagnostic should say why enum has no .rawValue member If someone is trying to refer to the rawValue of an enum that has no raw type, give them a hint that they need to go do that.