-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[clang-tidy] Add support for struct initialization in bugprone-argument-comment
#171757
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
base: main
Are you sure you want to change the base?
Conversation
|
This is not a very small PR so I think it would be easier to review commit-by-commit. |
|
✅ With the latest revision this PR passed the C/C++ code linter. |
For me, it's hard to review per-commit in github UI. The idea of stacked PRs can be applied here, but I can't truly recommend because I still don't know how to make them properly |
Would you be willing to talk about what makes it difficult? (I've now made a couple of PRs with that review style in mind, so I'm wondering whether I could do something differently, like the stacking you mention, to make it easier). |
|
@llvm/pr-subscribers-clang-tidy @llvm/pr-subscribers-clang-tools-extra Author: mitchell (zeyi2) ChangesCloses #170921 Patch is 21.97 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/171757.diff 5 Files Affected:
|
Lets say we have commits A, B, C, D. P.S. Your PRS I reviewed in one go, luckily they weren't too big. |
Closes #170921