================
@@ -1950,7 +1963,7 @@ static inline bool needsToPrintTypeInDiagnostic(const
model::Mix &M) {
/// Returns whether a particular Mix between the two parameters should have
/// implicit conversions elaborated.
static inline bool needsToElaborateImplicitConversion(const model::Mix &M) {
- return hasFlag(M.flags(), model::MixFlags::ImplicitConversion);
+ return model::hasFlag(M.flags(), model::MixFlags::ImplicitConversion);
----------------
vbvictor wrote:
it doesn't comppile without it?
https://github.com/llvm/llvm-project/pull/172947
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits