codechecker
codechecker copied to clipboard
Links to clang error documentation don't work
Describe the bug When looking at a bug report in a browser, there is a link called "checker documentation". Clicking this pops up a window with a Documentation URL, Profile and Severity. The URLs are out of date, at least in some cases, eg this one:
https://clang.llvm.org/extra/clang-tidy/checks/misc-definitions-in-headers.html
and this:
https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-special-member-functions.html
CodeChecker version 6.19.1
To Reproduce
- open browser to CodeChecker server
- click on a "run" name
- click on a file link of one of the bug reports
- click on the "checker documentation" link in the bug info box
- click on the Documentation URL
Expected behaviour The clang doc should open, but instead you get a Not Found error.
Desktop (please complete the following information)
- OS: Linux
- Browser: Firefox
- Version: 102
Additional context n/a