[all-commits] [llvm/llvm-project] 1b743a: [analyzer] Add modeling for unique_ptr move constr...
Nithin Vadukkumchery Rajendrakumar via All-commits
all-commits at lists.llvm.org
Mon Aug 31 05:36:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b743a9efa0884ed3a48ebea97b6ef6cb7d73164
https://github.com/llvm/llvm-project/commit/1b743a9efa0884ed3a48ebea97b6ef6cb7d73164
Author: Nithin Vadukkumchery Rajendrakumar <vrnithinkumar at gmail.com>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
M clang/test/Analysis/smart-ptr-text-output.cpp
M clang/test/Analysis/smart-ptr.cpp
Log Message:
-----------
[analyzer] Add modeling for unique_ptr move constructor
Summary:
Add support for handling move contructor of std::unique_ptr.
Reviewers: NoQ, Szelethus, vsavchenko, xazax.hun
Reviewed By: NoQ
Subscribers: martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D86373
More information about the All-commits
mailing list