Files
clang-p2996/clang/test/SemaCXX/conversion-function.cpp
Richard Smith bcd51aaaf8 Don't try to look up a name containing a dependent type.
Template instantiation can create names that are still dependent, such
as `operator T`. Don't assume that they can be looked up immediately,
and instead defer lookup for such names until we know what `T` is.
2022-12-13 14:42:51 -08:00

12 KiB