-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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-tidy crash due to readability-static-accessed-through-instance check bug. #53874
Labels
Comments
EugeneZelenko
added
clang-tidy
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
new issue
labels
Feb 16, 2022
@llvm/issue-subscribers-clang-tidy |
A potential fix: https://reviews.llvm.org/D119949 |
cloudhan
added a commit
to cloudhan/onnxruntime
that referenced
this issue
Feb 25, 2022
…instance check bug See llvm/llvm-project#53874 for more info.
cloudhan
added a commit
to microsoft/onnxruntime
that referenced
this issue
Feb 28, 2022
…instance check bug See llvm/llvm-project#53874 for more info.
cloudhan
added a commit
to microsoft/onnxruntime
that referenced
this issue
Mar 1, 2022
…instance check bug (#10690) See llvm/llvm-project#53874 for more info.
junaire
added a commit
that referenced
this issue
Mar 1, 2022
The ElaboratedType can have no qualifiers, so we should check it before use. Fix #issue53874(#53874) Differential Revision: https://reviews.llvm.org/D119949
Close via ac616fb |
mem-frob
pushed a commit
to draperlaboratory/hope-llvm-project
that referenced
this issue
Oct 7, 2022
The ElaboratedType can have no qualifiers, so we should check it before use. Fix #issue53874(llvm/llvm-project#53874) Differential Revision: https://reviews.llvm.org/D119949
This was referenced Aug 6, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Run with
clang-tidy --checks=readability-static-accessed*
on the following file,results in the following error:
The text was updated successfully, but these errors were encountered: