Files
llvm/clang/include
Wei Wang 2e52e13c1e [clang] Make sure the same UsingType is searched and inserted (#79182)
When creating a new UsingType, the underlying type may change if it is a
declaration. This creates an inconsistency between the type searched and
type created. Update member and non-member Profile functions so that
they return the same ID.
2024-01-24 11:06:20 -08:00
..