ismailp added inline comments.

================
Comment at: lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:749
@@ -748,3 +748,3 @@
 
   assert (Src != Dst && "Self-edges are not allowed.");
 
----------------
Is Ubigraph generator actively maintained? If I run tests with 
'-analyzer-viz-egraph-ubigraph', this assertion gets triggered. According to 
static analyzer documentation, cycles are allowed in ExplodedGraph. I am unsure 
whether self-cycles are allowed, however.


http://reviews.llvm.org/D12119



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

Reply via email to