commit | 88126a25ebae096fa45b83b2998657c0c9030449 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Aug 25 02:10:01 2014 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Aug 25 02:10:01 2014 +0000 |
tree | 2dd494a04781ffdf4b3898ce56bdd669837b33f3 | |
parent | 6e69927d03eddf49f83c03a0eea1a93be085d52b [diff] |
[modules] Fix false report of an ODR violation when merging friend declarations. We can't expect to find them in the canonical definition of the class, because that's not where they live. This means we no longer reject real ODR violations with friend declarations, but we weren't consistently doing so anyway. llvm-svn: 216369