[Lldb-commits] [lldb] Improve namespace lookup review (PR #110062)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 27 02:13:36 PDT 2024


labath wrote:

> This is a stack PR from #108907, so please review the new namespaces lookup changes and ignore the changes in #108907. Let me know if there is a way to only show the delta changes (not merged view).

That should be possible if you arrange the PR to only contain two commits, where the first one is the dependent PR, and the second one is the new changes.

I know that means you'll need to rebase (instead of merging) the PR when incorporating changes (which isn't exactly encouraged on github), but I think that's the lesser of two evils. When both of the PRs are touching the same set of files, it's very hard to separate the two in your head.

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


More information about the lldb-commits mailing list