<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 - Documentation wrong for DIFile"
   href="https://bugs.llvm.org/show_bug.cgi?id=39804">39804</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Documentation wrong for DIFile
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>DebugInfo
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>andreas.haferburg@gmx.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, keith.walker@arm.com, llvm-bugs@lists.llvm.org, paul_robinson@playstation.sony.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The change described here <a href="https://reviews.llvm.org/D43043">https://reviews.llvm.org/D43043</a> didn't update the
docs.

On <a href="http://releases.llvm.org/7.0.0/docs/LangRef.html#difile">http://releases.llvm.org/7.0.0/docs/LangRef.html#difile</a>, it still reads
"Valid values for checksumkind: field are: {CSK_None, CSK_MD5, CSK_SHA1}" even
though CSK_None is now invalid (clang would print "error: invalid checksum kind
'CSK_None'").

The checksumkind parameter should be marked optional in the docs, and the
CSK_None should be removed.</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>