mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 03:50:33 +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