[PATCH] D55388: [analyzer] MoveChecker Pt.8: Add checks for dereferencing a smart pointer after move.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 6 22:55:53 PST 2018
xazax.hun added a comment.
Hm. I wonder if it would also make sense to model e.g. the get method to return nullptr for moved from smart ptrs. This could help null dereference checker and also aid false path prunning.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55388/new/
https://reviews.llvm.org/D55388
More information about the cfe-commits
mailing list