[clang-tools-extra] [clang-tidy]detecting conversion directly by `make_unique` and `make_shared` in bugprone-optional-value-conversion (PR #119371)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 11 05:19:40 PST 2024


HerrCai0907 wrote:

> Note: Probably also std::make_optional could be supported.

I will do it in separated PR since std::make_optional is more complex stuff. see #119554

https://github.com/llvm/llvm-project/pull/119371


More information about the cfe-commits mailing list