mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
When the user running LLDB with default settings sees the fixit notification it means that the auto-applied fixit didn't work. This patch shows the underlying error message instead of just the fixit to make it easier to understand what the error in the expression was. Differential Revision: https://reviews.llvm.org/D101333