Commits

Chris Lattner committed 4da65bbbe40
eliminate TypeBase::getRelabeledType() We used to build the type for a parameter types and then relabeling them from the DeclName. Now we build the ParameterList and use that to construct the DeclName. Since we get the parameter list type from the same ParameterList, it is always properly labeled. NFC.