<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 - Release notes links to in progress documentation for next release"
   href="https://bugs.llvm.org/show_bug.cgi?id=32753">32753</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Release notes links to in progress documentation for next release
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Documentation
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </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>General docs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>marejde@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When reading the release notes for clang-tidy 4.0 and working on enabling new
checks in my code base i noticed that the release notes links to the in
progress documentation.

E.g. when clocking the cppcoreguidelines-special-member-functions link on
<a href="http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html">http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html</a>
it leads to
<a href="http://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-special-member-functions.html">http://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-special-member-functions.html</a>
. That page contains options that are not implemented in 4.0 which was a bit
confusing (could not get the options to work!) until I checked the repo
history. It should link to
<a href="http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.html">http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.html</a>
.</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>