NoQ added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/ProgramState.cpp:542
+    if (!visitor.VisitSymbol(*SI))
+      Result = false;
   }
----------------
I guess we should break the loop here.


https://reviews.llvm.org/D26773



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

Reply via email to