mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
Expose diagnostic events through the SB API. Unlike the progress events, I opted to use a SBStructuredData so that we can add fields in the future. Differential revision: https://reviews.llvm.org/D121818