-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[BE][clang-format] make macro PyObject_HEAD
have its own line
#136945
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/136945
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 4a84051 with merge base 862029a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
SpacesInCStyleCastParentheses: false | ||
SpacesInParentheses: false | ||
SpacesInSquareBrackets: false | ||
Standard: Cpp11 |
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.
Cpp11
is deprecated: https://clang.llvm.org/docs/ClangFormatStyleOptions.html#standard
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.
Ho nice, thanks!
…ject_HEAD_INIT(type, size)` have its own line (#136949) Pull Request resolved: #136949 Approved by: https://github.com/albanD, https://github.com/eqy ghstack dependencies: #136945
Stack from ghstack (oldest at bottom):
PyObject_HEAD_INIT(type)
andPyVarObject_HEAD_INIT(type, size)
have its own line #136949PyObject_HEAD
have its own line #136945cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames @rec