dkrupp added inline comments.
================ Comment at: clang/unittests/Analysis/FlowSensitive/SignAnalysisTest.cpp:241 + ? SignLattice(R.Val.getInt().getExtValue()) + : SignLattice::bottom(); + } else { ---------------- Isn't this SignLattice::top() instead? This is an initialization expression, which we cannot evaluate to int, but the variable is initialized. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133698/new/ https://reviews.llvm.org/D133698 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits