[PATCH] D71371: [analyzer] Do not cache out on some shared implicit AST nodes.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 11 17:04:35 PST 2019
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Thanks!!
================
Comment at: clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1318
case Expr::MSDependentExistsStmtClass:
llvm_unreachable("Stmt should not be in analyzer evaluation loop");
----------------
We already have a similar unreachable here :p
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71371/new/
https://reviews.llvm.org/D71371
More information about the cfe-commits
mailing list