RedDocMD marked 3 inline comments as done. RedDocMD added inline comments.
================ Comment at: clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:337 + +bool isUniquePtrType(QualType QT) { + const auto *T = QT.getTypePtr(); ---------------- NoQ wrote: > Please merge with `isStdSmartPtrCall`. I don't think that can be done because `isStdSmartPtrCall` checks //calls// like `a.foo()`, checking if `a` is a smart-ptr. On the other hand I need to check for statements like `a = foo()` and ensure that `a` is a smart-ptr. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103750/new/ https://reviews.llvm.org/D103750 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits