This patch allows the use of --line-filter in clang-tidy.py from run-clang-tidy.py
Details
Details
- Reviewers
njames93 kbobyrev - Group Reviewers
Restricted Project - Commits
- rGe837ce2a3236: [clang-tidy] Add -line-filter to run-clang-tidy.py
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Assuming this is your first patch, I add two reviewers for this patch who touch this file.
Comment Actions
@kbobyrev Yes please. I downloaded arc. I created a commit where last line is "Differential Revision: https://reviews.llvm.org/D104981".
I linked my github account to llvm's phabricator.
But when I arc land, I can't logon with my github username.
STRATEGY Merging with "squash" strategy, the default strategy. SOURCE Landing the current branch, "main". ONTO REMOTE Remote "origin" was selected by following tracking branches upstream to the closest remote. ONTO TARGET Refs were selected by reading "arc.land.onto" configuration: main. INTO REMOTE Will merge into remote "origin" by default, because this is the remote the change is landing onto. INTO TARGET Will merge into target "main" by default, because this is the "onto" target. FETCH Fetching "main" from remote "origin"... $ git fetch --no-tags --quiet -- origin main INTO COMMIT Preparing merge into "main" from remote "origin", at commit "614b46e4dcab". LANDING These changes will land: * D104981 [clang-tidy] Add -line-filter to run-clang-tidy.py 0610f15fab16 [clang-tidy] Add -line-filter to run-clang-tidy.py >>> Land these changes? [y/N/?] y MERGING 0610f15fab16 [clang-tidy] Add -line-filter to run-clang-tidy.py MERGE Attempting to rebase changes. DONE Merge succeeded. PUSHING Pushing changes to "origin". $ git push -- origin 6adf32fecc25:refs/heads/main Username for 'https://github.com': bansan85 Password for 'https://bansan85@github.com': remote: Permission to llvm/llvm-project.git denied to bansan85. fatal: unable to access 'https://github.com/llvm/llvm-project.git/': The requested URL returned error: 403 LOAD STATE Restoring local state (to ref "main" at commit "0610f15fab16"). USAGE EXCEPTION Push failed! Fix the error and run "arc land" again.
I try to follow https://github.com/llvm/llvm-project/blob/main/llvm/docs/Phabricator.rst but I don't know what I missed.
Thanks,
Comment Actions
Landed the patch!
I think the problem is that you do not have the commit access yet. Here's how to get it: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
Comment Actions
@kbobyrev Thanks, it's probably that. I thought I could send a patch/commit with my Phabricator account.