| commit | e687bf83c0f9e6b75137a97edbb9967780e55562 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Mar 16 20:54:07 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Mar 16 20:54:07 2015 +0000 |
| tree | b37bc601b160b267a4fee581613cd64ab7b9875f | |
| parent | f37404033fb0d5097a0c5e361ce3a1c6a5575960 [diff] |
[modules] If we find more formerly-canonical declarations of an entity while building its redecl chains, make sure we pull in the redeclarations of those canonical declarations. It's pretty difficult to reach a situation where we can find more canonical declarations of an entity while building its redecl chains; I think the provided testcase (4 modules and 7 declarations) cannot be reduced further. llvm-svn: 232411