NoQ marked an inline comment as done.
NoQ added inline comments.

================
Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:647
         else:
+            self._dump(' <font color="gray">(%s)</font>' % st.ptr)
             if prev_st is not None:
----------------
Charusso wrote:
> Extra space at the start of the string: `' <`.
I'm doing this intentionally because GraphViz's rendering of spaces is pretty 
weird. Without this space the new text gets agglutinated to the "Store:" 
caption.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65427/new/

https://reviews.llvm.org/D65427



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

Reply via email to