| commit | 8fb0d9d24ad0525b689c93b6c51e9c32ff61ac25 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Sun May 01 22:35:37 2011 +0000 |
| committer | John McCall <rjmccall@apple.com> | Sun May 01 22:35:37 2011 +0000 |
| tree | 238196380fe664192db3cf40564aa3e378a31546 | |
| parent | bbf65b05014d929fb285a0a4c6b8925481fd3a31 [diff] |
Store a parameter index and function prototype depth in every parameter node and use this to correctly mangle parameter references in function template signatures. A follow-up patch will improve the storage usage of these fields; here I've just done the lazy thing. llvm-svn: 130669