Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -0/+57 |
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 |