Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 382 Bytes

hicpp-invalid-access-moved.rst

File metadata and controls

8 lines (5 loc) · 382 Bytes

clang-tidy - hicpp-invalid-access-moved

hicpp-invalid-access-moved

This check is an alias for misc-use-after-move.

Implements parts of the rule 8.4.1 to check if moved-from objects are accessed.