bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/cplusplus.Move.rst

10 lines
243 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. title:: clang-tidy - clang-analyzer-cplusplus.Move
clang-analyzer-cplusplus.Move
=============================
Find use-after-move bugs in C++.
The clang-analyzer-cplusplus.Move check is an alias of
Clang Static Analyzer cplusplus.Move.