[Lldb-commits] [lldb] Make only one function that needs to be implemented when searching for types (PR #74786)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 07:51:39 PST 2023
felipepiovezan wrote:
I am really struggling to handle the scope of the changes here, IIUC there are a handful of changes that could be split into separate commits and merged independently of each other: there is some code being moved around, new GetCompilerContext APIs, the new query, the replacing of the old queries with the new queries. All of these could be different changes? It would also making reverting things a lot easier if we end up breaking bots down the line, and some of these changes are just "NFC goodness" that would never need to be reverted
https://github.com/llvm/llvm-project/pull/74786
More information about the lldb-commits
mailing list