[clang-tidy] Support functional cast in bugprone-dangling-handle (#69067)
Add support for constructor conversion based functional cast. Allows to detect issues like: const std::string_view test1 = std::string(a);
parent
9c3c0e32
Please register or sign in to comment