[clang-tools-extra] [clang-tidy] Prevent false-positive in presence of derived-to-base cast in bugprone.use-after-move (PR #189638)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 16 07:11:32 PDT 2026
serge-sans-paille wrote:
> This is essentially a special case of tracking moves and uses of individual member variables, right? That's new territory for this check.
It is. This happens a decent amount of time in firefox codebase, so i wanted to fix in order to be able to apply it on that codebase.
https://github.com/llvm/llvm-project/pull/189638
More information about the cfe-commits
mailing list