| commit | 528ad93924b159b69b851732b6a6c2092f54e19f | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Sun Mar 06 20:12:45 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Sun Mar 06 20:12:45 2011 +0000 |
| tree | ed3b4133993eb3be811aaca78494291cf76b48c9 | |
| parent | d9bb15282150f6ff513e784a7512f2997523d518 [diff] |
We may fail to map a declaration in a template to its instantiated declaration because of interesting ordering dependencies while instantiating a class template or member class thereof. Complain, rather than asserting (+Asserts) or silently rejecting the code (-Asserts). Fixes the crash-on-invalid in PR8965. llvm-svn: 127129