[PATCH] D65427: [analyzer] exploded-graph-rewriter: Implement Store pointers.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 17:38:24 PDT 2019


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





More information about the cfe-commits mailing list