[PATCH] D24484: [analyzer] Fix ExprEngine::VisitMemberExpr
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 09:26:23 PDT 2016
alexshap added inline comments.
================
Comment at: test/Analysis/array-struct.c:147
@@ +146,3 @@
+ bar(((gets3().a)));
+}
+
----------------
compnerd wrote:
> Perhaps Im missing something, but theres no change to actually verify the output?
without the changes the analyzer is crashing (llvm_unreachable (see the attached screenshot)) on this code (and the test is failing), with the fix it works fine.
Repository:
rL LLVM
https://reviews.llvm.org/D24484
More information about the cfe-commits
mailing list