xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.

A nit, otherwise LG!



================
Comment at: lib/StaticAnalyzer/Core/PathDiagnostic.cpp:693
                                 SMng);
+  } else if (Optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) {
+    S = BE->getBlock()->getTerminatorCondition();
----------------
Is this change related? Maybe you forgot to add a dependency to this revision?


https://reviews.llvm.org/D38921



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to