[clang-tools-extra] [clang-tidy] `use-ranges`: preserve used `unique` results (PR #196035)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Sat May 9 23:57:59 PDT 2026


================
@@ -11,6 +11,7 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/Expr.h"
+#include "clang/AST/ExprCXX.h"
----------------
zeyi2 wrote:

```suggestion
```

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


More information about the cfe-commits mailing list