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: unassignedb...@nondot.org
Reporter: mare...@gmail.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs