<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [XRay] graph output: DOT labels should be sanitized."
   href="https://bugs.llvm.org/show_bug.cgi?id=39701">39701</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[XRay] graph output: DOT labels should be sanitized.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>XRay
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dberris@google.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lebedev.ri@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre><a href="https://www.graphviz.org/doc/info/lang.html">https://www.graphviz.org/doc/info/lang.html</a>
... the special XML escape sequences for ", &, <, and > may be necessary in
order to embed these characters in attribute values or raw text. ...
... However, if used as a label attribute, it is interpreted specially and must
follow the syntax for HTML-like labels.

<a href="https://www.graphviz.org/doc/info/shapes.html#html">https://www.graphviz.org/doc/info/shapes.html#html</a>
As HTML strings are processed like HTML input, any use of the ", &, <, and >
characters in literal text or in attribute values need to be replaced by the
corresponding escape sequence. For example, if you want to use & in an href
value, this should be represented as &amp;.



"<" is very common in function names due to templates.
When i try to process the "graph" output with dot tool, it complains about all
these labels.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>