[all-commits] [llvm/llvm-project] 20676c: [analyzer] Add modeling of assignment operator in ...
Nithin Vadukkumchery Rajendrakumar via All-commits
all-commits at lists.llvm.org
Wed Aug 26 02:23:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20676cab1168c2c60982af85f42725955cbcd7b5
https://github.com/llvm/llvm-project/commit/20676cab1168c2c60982af85f42725955cbcd7b5
Author: Nithin Vadukkumchery Rajendrakumar <vrnithinkumar at gmail.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
M clang/test/Analysis/smart-ptr-text-output.cpp
M clang/test/Analysis/smart-ptr.cpp
Log Message:
-----------
[analyzer] Add modeling of assignment operator in smart ptr
Summary: Support for 'std::unique_ptr>::operator=' in SmartPtrModeling
Reviewers: NoQ, Szelethus, vsavchenko, xazax.hun
Reviewed By: NoQ, vsavchenko, xazax.hun
Subscribers: martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D86293
More information about the All-commits
mailing list