| 381 | } |
| 382 | |
| 383 | static bool isPermissibleConversion(const std::string& type) |
| 384 | { |
| 385 | return type == "std::initializer_list" || type == "std::nullptr_t"; |
| 386 | } |
| 387 | |
| 388 | void CheckClassImpl::checkExplicitConstructors() |
| 389 | { |
no outgoing calls
no test coverage detected