[PATCH] D146288: clang-tidy: Detect use-after-move in CXXCtorInitializer

Marco Falke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 17 05:04:51 PDT 2023


MarcoFalke created this revision.
MarcoFalke added a project: clang-tools-extra.
Herald added subscribers: PiotrZSL, carlosgalvezp.
Herald added a reviewer: njames93.
Herald added a project: All.
MarcoFalke requested review of this revision.
Herald added a subscriber: cfe-commits.

Fixes https://github.com/llvm/llvm-project/issues/51844


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146288

Files:
  clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone/use-after-move.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146288.506043.patch
Type: text/x-patch
Size: 7834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230317/2eaeaf0e/attachment.bin>


More information about the cfe-commits mailing list