martong marked an inline comment as done. martong added inline comments.
================ Comment at: clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:1789 + if (DisequalToOther.contains(*this)) + return nullptr; if (!DisequalToOther.isEmpty()) { ---------------- vsavchenko wrote: > very opinionated nit: can you please add extra new line after this? Sure. ================ Comment at: clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:1976-1986 + Optional<bool> KnownClassEquality = + isEqualTo(State, ClassOfSimplifiedSym); + if (KnownClassEquality) { + // The classes are already equal, there is no need to merge. + if (*KnownClassEquality == true) + continue; + // We are about to add the newly simplified symbol to this equivalence ---------------- vsavchenko wrote: > Now, since you put this logic into `merge`, you can just merge. Wow, good catch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103314/new/ https://reviews.llvm.org/D103314 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits