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

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 17:23:27 PDT 2019


Charusso accepted this revision.
Charusso added a comment.
This revision is now accepted and ready to land.

Thanks! Is it working in dark-mode as expected?



================
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:
----------------
Extra space at the start of the string: `' <`.


Repository:
  rC Clang

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

https://reviews.llvm.org/D65427





More information about the cfe-commits mailing list