| commit | 3d62bbacb1aa918944f0cc966381f44e13582b4a | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Feb 19 00:37:21 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Feb 19 00:37:21 2015 +0000 |
| tree | 11ef811398091ec13469ff532758c8d0ba7d2008 | |
| parent | ca929f24699a05cf22d4337278e5fea962799632 [diff] |
IR: Drop scope from MDTemplateParameter Follow-up to r229740, which removed `DITemplate*::getContext()` after my upgrade script revealed that scopes are always `nullptr` for template parameters. This is the other shoe: drop `scope:` from `MDTemplateParameter` and its two subclasses. (Note: a bitcode upgrade would be pointless, since the hierarchy hasn't been moved into place.) llvm-svn: 229791