Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9594 Build 9594: arc lint + arc unit
Event Timeline
clang-tidy/modernize/MakeSmartPtrCheck.cpp | ||
---|---|---|
283–290 | 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 | ||
---|---|---|
283–290 | Done. I overthought the cases here. The case we need to ignore is the implicit conversion from std::initailizer_list. |
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?