The crash happens when calling reset method without any preceding
operation like "->" or ".", this could happen in a subclass of the
"std::unique_ptr".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thank you for the fix!
Looks good!
test/clang-tidy/modernize-make-unique.cpp | ||
---|---|---|
419 ↗ | (On Diff #110152) | I suspected folks were doing weird stuff to cause this crash ;] |