[clang-tools-extra] [clang-tidy] Fix false positive in bugprone-use-after-move for std::tie (PR #192895)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 26 00:18:56 PDT 2026


================
@@ -321,6 +321,11 @@ Changes in existing checks
   - Avoid false positives when moving object to a base type then accessing
     non-base members.
 
+  - No longer emit a false positive when a moved-from variable is reinitialized
----------------
zeyi2 wrote:

```suggestion
  - Fix a false positive when a moved-from variable is reinitialized
```

https://github.com/llvm/llvm-project/pull/192895


More information about the cfe-commits mailing list