| commit | 7474dd92d3b8be5723fea9d5f13a61e6d94f4466 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Mar 11 18:21:02 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Mar 11 18:21:02 2015 +0000 |
| tree | b3ab9daafaf0cec033485f634fb0b52ac013c192 | |
| parent | bac75698d4860ae32e6e1acdd29cff44efa60fb1 [diff] |
[modules] When merging the pattern of a class template definition into a prior definition, be sure to update the definition data on all declarations, not just the canonical one, since the pattern might not be in the list of pending definitions (if it used to be canonical itself). One-line fix by me; reduced testcase by Daniel Jasper! llvm-svn: 231950