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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
lldb/source/Expression/UserExpression.cpp | ||
---|---|---|
309 | Nit: if (!diagnostic_manager.Diagnostics().empty()) { |
Comment Actions
It looks like this broke the Windows LLDB bot: https://lab.llvm.org/buildbot/#/builders/83/builds/6085
Nit: if (!diagnostic_manager.Diagnostics().empty()) {