[clang-tools-extra] [llvm] [clang-tidy] Introduced new option --dump-yaml-schema (PR #164412)
Timur Golubovich via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 22 04:27:38 PDT 2025
tgs-sc wrote:
> @vbvictor would you be ok with N PRs stacked?
So, I guess to split it into stack<3> PRs. But as I understand, I need commit access to do this:
> Use user branches in llvm/llvm-project
> Create user branches in the main repository, as described [above](https://llvm.org/docs/GitHub.html#github-branches). > Then:
> Open a pull request from users/<username>/feature_1 → main
> Open another from users/<username>/feature_2 → users/<username>/feature_1
> This approach allows GitHub to display clean, incremental diffs for each PR in the stack, making it much easier for ? reviewers to see what has changed at each step. Once feature_1 is merged, GitHub will automatically rebase and re-target your branch feature_2 to main. For more complex stacks, you can perform this step using the web interface.
> This approach requires commit access.
> Then @tgs-sc you can focus this PR purely on the clang-tidy changes and include a brief pitch about its use in IDEs.
So, would it be convenient for you if I attach this pitch to this PR?
https://github.com/llvm/llvm-project/pull/164412
More information about the llvm-commits
mailing list