[PATCH] D38921: [analyzer] LoopUnrolling: update the matched assignment operators

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 09:31:32 PST 2017


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





More information about the cfe-commits mailing list