[Lldb-commits] [lldb] [DRAFT][lldb] Upgrade CompilerType::GetIndexOfFieldWithName to return llvm::Expected (PR #135963)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 16 09:27:48 PDT 2025


felipepiovezan wrote:

It's worth mentioning that the LLVM convention (as opposed to what is done in the swift fork) is to avoid force-pushing.
Instead, you'd always add a new fixup commit  (`git commit --fixup`) and squash them when merging (note that, for llvm, github will force you into squashing).

This obviously raises the question of: "what if I want to have small, independent PRs?".
No good solutions, I'm afraid, other than stacked PRs and scrips that help with that.

https://github.com/llvm/llvm-project/pull/135963


More information about the lldb-commits mailing list