llvm-capstone/lldb/include
Augusto Noronha 901bc5129d
[NFC][lldb] Implement DiagnosticManager::Consume (#74011)
In some situations it may be useful to have a separate DiagnosticManager
instance, and then later of move the contents of that instance back to
the "main" DiagnosticManager. For example, when silently retrying some
operation with different parameters, depending on whether the retry
succeeded or failed, LLDB may want to present a different set of
diagnostics to the user (the ones generated on the first try vs the
retry). Implement DiagnosticManager::Consume to allow for this use case.
2023-12-05 12:26:10 -08:00
..
lldb [NFC][lldb] Implement DiagnosticManager::Consume (#74011) 2023-12-05 12:26:10 -08:00
module.modulemap [Modules] Move modulemaps to header search directories. NFC intended. 2023-05-03 13:07:47 -07:00