[llvm-bugs] [Bug 32753] New: Release notes links to in progress documentation for next release
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 23 03:30:53 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32753
Bug ID: 32753
Summary: Release notes links to in progress documentation for
next release
Product: Documentation
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: General docs
Assignee: unassignedbugs at nondot.org
Reporter: marejde at gmail.com
CC: llvm-bugs at lists.llvm.org
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
http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
it leads to
http://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-special-member-functions.html
. 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
http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.html
.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170423/ce2f1597/attachment.html>
More information about the llvm-bugs
mailing list