| commit | 1d9ef840fa7b627348774b37a2f07709ab33b76b | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Jul 07 23:08:52 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Jul 07 23:08:52 2010 +0000 |
| tree | 0e40a6f52b22bae18f2e1ca4497fc4a311310882 | |
| parent | 6213ab789fd029c0c7aecc9057692b049f89736e [diff] |
A using declaration can redeclare a typedef to the same type. These typedefs won't have the same canonical declaration (since they are distinct), so we need to check for this case specifically. Fixes <rdar://problem/8018262>. llvm-svn: 107833