Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'clang-analyzer-' documentation links don't work #10678

Closed
sean-mcmanus opened this issue Mar 14, 2023 · 0 comments
Closed

'clang-analyzer-' documentation links don't work #10678

sean-mcmanus opened this issue Mar 14, 2023 · 0 comments
Assignees
Labels
bug Feature: Code Analysis Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc. fixed Check the Milestone for the release in which the fix is or will be available. quick fix
Milestone

Comments

@sean-mcmanus
Copy link
Collaborator

Repro code is

int main()
{
    int i;
    return i;
}

Run code analysis.

It tries to go to the incorrect link https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/clang/analyzer-core.uninitialized.UndefReturn.html instead of https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/clang-analyzer/core.uninitialized.UndefReturn.html

@sean-mcmanus sean-mcmanus added bug quick fix Feature: Code Analysis Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc. labels Mar 14, 2023
@sean-mcmanus sean-mcmanus added this to the 1.15.0 milestone Mar 14, 2023
@sean-mcmanus sean-mcmanus self-assigned this Mar 14, 2023
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Mar 16, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Feature: Code Analysis Related to integration with clang-tidy, cppcheck, cl.exe /analyze, etc. fixed Check the Milestone for the release in which the fix is or will be available. quick fix
Projects
None yet
Development

No branches or pull requests

1 participant