[all-commits] [llvm/llvm-project] 13fe78: [analyzer] Handle << operator for std::unique_ptr
Deep Majumder via All-commits
all-commits at lists.llvm.org
Fri Jul 16 00:05:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13fe78212fe7fa3a4491ffbbac6f0c58cb1e0573
https://github.com/llvm/llvm-project/commit/13fe78212fe7fa3a4491ffbbac6f0c58cb1e0573
Author: Deep Majumder <deep.majumder2019 at gmail.com>
Date: 2021-07-16 (Fri, 16 Jul 2021)
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.cpp
Log Message:
-----------
[analyzer] Handle << operator for std::unique_ptr
This patch handles the `<<` operator defined for `std::unique_ptr` in
the std namespace (ignores custom overloads of the operator).
Differential Revision: https://reviews.llvm.org/D105421
More information about the All-commits
mailing list