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
Loading
Please register or sign in to comment