-
Notifications
You must be signed in to change notification settings - Fork 13.3k
clang-tidy crash due to readability-static-accessed-through-instance check bug. #53874
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
@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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: