| commit | e0e9630e0776d4692aadda33b3d23bef470efa56 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Sep 06 21:41:04 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Sep 06 21:41:04 2011 +0000 |
| tree | f3d40e3472570939898e4a37542032f8057660de | |
| parent | 1762d7cc356e4337692fa007eaadf7347f8ebc8e [diff] |
When extracting the callee declaration from a call expression, be sure to look through SubstNonTypeTemplateParmExprs. Then, update the IR generation of CallExprs to actually use CallExpr::getCalleeDecl() rather than attempting to mimick its behavior (badly). Fixes <rdar://problem/10063539>. llvm-svn: 139185