diff options
author | flovent <144676429+flovent@users.noreply.github.com> | 2025-01-07 20:56:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 20:56:21 +0800 |
commit | c27483763c883ad268ba61249d1c0274a719e2d6 (patch) | |
tree | df27b5686b18c2953066fc325f692603b69161ad /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 525f5262af81e460b4799e69e3f52701fd45f066 (diff) | |
download | llvm-c27483763c883ad268ba61249d1c0274a719e2d6.zip llvm-c27483763c883ad268ba61249d1c0274a719e2d6.tar.gz llvm-c27483763c883ad268ba61249d1c0274a719e2d6.tar.bz2 |
[clang-tidy] bugprone-unhandled-self-assignment: fix smart pointer check against std::unique_ptr type (#121266)
Unlike other standard smart pointer types, std::unique_ptr has two
template arguments.
testcase need to be updated too.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions