================
@@ -4689,6 +4689,18 @@ static void TryConstructorInitialization(Sema &S,
}
}
+ // if the initialization is direct-initialization, or if it is
+ // copy-initialization where the cv-unqualified version of the source type is
+ // the same as or is derived from the class of the destination type,
+ // constructors are considered. The
----------------
erichkeane wrote:
```suggestion
// constructors are considered.
```
https://github.com/llvm/llvm-project/pull/185936
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits