Implement `getUnresolvedUsingType()` and don't create a new `UnresolvedUsingType` when there is already canonical declaration. This solved an incorrect ODR detection in modules for uresolved using type. Reviewed By: rjmccall Differential Revision: https://reviews.llvm.org/D115792
4 lines
42 B
C++
4 lines
42 B
C++
module;
|
|
#include "foo.h"
|
|
export module X;
|