================
@@ -4334,6 +4345,7 @@ bool Expr::isSameComparisonOperand(const Expr* E1, const
Expr* E2) {
switch (E1->getStmtClass()) {
default:
return false;
+ case CThisExprClass:
case CXXThisExprClass:
----------------
ojhunt wrote:is this correct? can you give an example of where this occurs? https://github.com/llvm/llvm-project/pull/199241 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
