-
Notifications
You must be signed in to change notification settings - Fork 26.3k
More folders in clang-tidy #74908
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
More folders in clang-tidy #74908
Conversation
2. Fixed clang-tidy violations in torch/csrc/cuda 3. Fixed(added Python import paths) in clang-tidy Python runner
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 26769d9 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
atalman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@pytorchbot merge this |
|
Merge failed due to PR 74908 does not match merge rules |
|
@shahofblah has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: 1. Added folders torch/csrc/onnx and torch/csrc/cuda to clang-tidy. 2. Fixed clang-tidy violations in torch/csrc/cuda 3. Fixed(added Python import paths) in clang-tidy Python runner Fixes some of #62011 Pull Request resolved: #74908 Reviewed By: atalman Differential Revision: D35221843 Pulled By: shahofblah fbshipit-source-id: f0d1f066550b383aa48449b12d194009977c0bd8
|
Hey @shahofblah. |
Fixes some of #62011