Commits

Michael Gottesman committed 473f077b339
Convert isIndirectParameter to use a covered switch. NFC. This will make sure that if someone adds an indirect parameter convention before Indirect_Out, a bug is not introduced. Instead, they will get a warning about the covered switch. Swift SVN r25966