[all-commits] [llvm/llvm-project] 25bf13: Also display the underlying error message when dis...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Tue Apr 27 10:41:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25bf137b1ea33ff9c76834f44b10f4e1ae677d5e
https://github.com/llvm/llvm-project/commit/25bf137b1ea33ff9c76834f44b10f4e1ae677d5e
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M lldb/source/Expression/UserExpression.cpp
M lldb/test/API/commands/expression/fixits/TestFixIts.py
Log Message:
-----------
Also display the underlying error message when displaying a fixit
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
More information about the All-commits
mailing list