| commit | 7c9442a6aefe268a7714d9ad7a94d6e15d6418f0 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Feb 24 21:44:43 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Feb 24 21:44:43 2015 +0000 |
| tree | 693cf16ac6b45327c50caf6727069d3e062d5f93 | |
| parent | 2ce48056a4fada8a810bcefe09888e0e883ca878 [diff] |
PR22673 again: diagnose use of the used decl, not the found decl. This is also wrong (DiagnoseUseOfDecl should take both), but it's more consistent with what we do in other places. llvm-svn: 230384