Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tidy/modernize/MakeSmartPtrCheck.cpp | ||
---|---|---|
279 ↗ | (On Diff #112378) | I wonder whether this exception can be too broad, e.g. if the initializer list is a part of a more deeply nested expression inside the CXXConstructExpr? |
clang-tidy/modernize/MakeSmartPtrCheck.cpp | ||
---|---|---|
279 ↗ | (On Diff #112378) | Done. I overthought the cases here. The case we need to ignore is the implicit conversion from std::initailizer_list. |