=?utf-8?q?FĂ©lix?= Cloutier <fclout...@apple.com> Message-ID: In-Reply-To: <llvm/llvm-project/pull/65684/cl...@github.com>
================ @@ -14043,28 +14039,63 @@ static bool CheckTautologicalComparison(Sema &S, BinaryOperator *E, return true; } +namespace { +struct AnalyzeImplicitConversionsWorkItem { + Expr *E; ---------------- AaronBallman wrote: Because this is a new interface, can we make it more `const`-correct? Also applies to `ImplicitConversionChecker`. (I don't insist if it turns out to require viral changes.) https://github.com/llvm/llvm-project/pull/65684 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits