mitchell
Results
2
issues of
mitchell
Recently, [this PR](https://github.com/llvm/llvm-project/pull/170346) introduces the `InvalidationFunctions` option to `bugprone-use-after-move` check , which allows users to specify custom functions that invalidate an object. Currently, the check only recognizes reinitialization via Assignment...
enhancement
clang-tidy
Closes #5032