[PATCH] D54975: [analyzer] Generalised the SMT state constraints
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 16:24:33 PST 2019
dyung added a comment.
In D54975#1393783 <https://reviews.llvm.org/D54975#1393783>, @mikhail.ramalho wrote:
> > To be clear, this patch breaks compilation with Visual Studio 2015. Running tests requires that the code can be built, so no I didn't run the tests.
>
> Maybe I didn't express myself very clearly: if you change it to `ConstraintSMTType`, do the tests pass?
>
> If so, I don't see why not pushing the fix. Unfortunately, I don't have Windows to test it.
I can give it a try. But just to be clear, the fix is to change ConstraintSMTTy on line 22 to ConstraintSMTType? Would line 23 require a similar change, or is it fine as it currently is?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54975/new/
https://reviews.llvm.org/D54975
More information about the llvm-commits
mailing list