Commits

Chris Lattner committed 6bdef8eed12
- Introduce a new ParamDecl::createSelf method, which I'm using to consolidate the kajillion places the allocate the decl for self. - Move the ParamDecl ctor implementation out of line, since only one TU calls it. NFC.