[Openmp-commits] [libc] [openmp] [llvm] [flang] [libcxx] [clang] [compiler-rt] [clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 5 14:43:23 PST 2024
EugeneZelenko wrote:
You need to do interactive rebase:
```
git fetch --prune # get latest main and remove local copies deleted branch
git rebase origin/main # rebase from main
git rebase -i origin/main # interactive rebase, just use fixup command
git rebase --force origin <your branch name> # push updated branch
```
https://github.com/llvm/llvm-project/pull/67467
More information about the Openmp-commits
mailing list