Skip to content

[clang-tidy] New checks show up in release notes but their individual page links give 403. #44657

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

Open
PaulkaToast opened this issue Mar 26, 2020 · 0 comments
Labels
bugzilla Issues migrated from bugzilla documentation

Comments

@PaulkaToast
Copy link
Member

Bugzilla Link 45312
Version trunk
OS Linux

Extended Description

New checks show up in release notes but their individual page links give 403. https://clang.llvm.org/extra/ReleaseNotes.html#renamed-checks https://clang.llvm.org/extra/clang-tidy/checks/portability-restrict-system-includes.html

Works fine on local build of docs.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
shiltian pushed a commit to shiltian/llvm-project that referenced this issue Dec 15, 2021
…tEvaluated

We would previously try to evaluate atomic constraints of non-template functions as-is,
and since they are now unevaluated at first, this would cause incorrect evaluation (bugs llvm#44657, llvm#44656).

Substitute into atomic constraints of non-template functions as we would atomic constraints
of template functions, in order to rebuild the expressions in a constant-evaluated context.

(cherry picked from commit 713562f)
trevor-m pushed a commit to trevor-m/llvm-project that referenced this issue Apr 20, 2023
…tEvaluated

We would previously try to evaluate atomic constraints of non-template functions as-is,
and since they are now unevaluated at first, this would cause incorrect evaluation (bugs llvm#44657, llvm#44656).

Substitute into atomic constraints of non-template functions as we would atomic constraints
of template functions, in order to rebuild the expressions in a constant-evaluated context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla documentation
Projects
None yet
Development

No branches or pull requests

1 participant