[PATCH] D83660: [analyzer] Fix a crash for dereferencing an empty llvm::Optional variable in SMTConstraintManager.h.

Mikhail Ramalho via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 7 13:38:07 PDT 2021


mikhail.ramalho added a comment.

Indeed it looks like a copy & paste error, I'm surprised no one found it earlier.

Regarding the tests, we used to have `make check-clang-analysis-z3` (or something similar) that would run only the analyzer's tests, but using Z3 as the constraint solver. It looks like this change broke it: https://reviews.llvm.org/D62445


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83660/new/

https://reviews.llvm.org/D83660



More information about the cfe-commits mailing list