llvm-project/clang-tools-extra/docs/clang-tidy/checks/llvm-twine-local.rst

7 lines
140 B
ReStructuredText

llvm-twine-local
================
Looks for local ``Twine`` variables which are prone to use after frees and
should be generally avoided.