[Modules] Incorrect ODR detection for unresolved using typeImplement `getUnresolvedUsingType()` and don't create a new`UnresolvedUsingType` when there is already canonical declaration.This solve
[Modules] Incorrect ODR detection for unresolved using typeImplement `getUnresolvedUsingType()` and don't create a new`UnresolvedUsingType` when there is already canonical declaration.This solved an incorrect ODR detection in modules for uresolved usingtype.Reviewed By: rjmccallDifferential Revision: https://reviews.llvm.org/D115792
show more ...