This revision was automatically updated to reflect the committed changes.
Closed by commit rL300936: [analyzer] Fix assert in ExprEngine::processSwitch
(authored by alexshap).
Changed prior to commit:
https://reviews.llvm.org/D32328?vs=96060&id=96070#toc
Repository:
rL LLVM
https://reviews.
alexshap added a comment.
Thanks, i do.
Repository:
rL LLVM
https://reviews.llvm.org/D32328
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
zaks.anna added a comment.
Do you have commit access?
Repository:
rL LLVM
https://reviews.llvm.org/D32328
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
zaks.anna accepted this revision.
zaks.anna added a comment.
This revision is now accepted and ready to land.
Thank you!
Repository:
rL LLVM
https://reviews.llvm.org/D32328
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm
alexshap created this revision.
alexshap created this object with visibility "All Users".
This diff replaces getTypeSize(CondE->getType())) with
getIntWidth(CondE->getType())).
These calls are not equivalent for bool
https://clang.llvm.org/doxygen/ASTContext_8cpp_source.html#l08444
and the anal