[all-commits] [llvm/llvm-project] fbaf36: [lldb] Show fix-it applied even if expression didn...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Thu Sep 23 12:46:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbaf36721783c3bcbd45f81294e6980eaef165e4
https://github.com/llvm/llvm-project/commit/fbaf36721783c3bcbd45f81294e6980eaef165e4
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M lldb/source/Commands/CommandObjectExpression.cpp
M lldb/test/API/commands/expression/fixits/TestFixIts.py
M lldb/test/API/commands/expression/fixits/main.cpp
Log Message:
-----------
[lldb] Show fix-it applied even if expression didn't evaluate succesfully
If we applied a fix-it before evaluating an expression and that
expression didn't evaluate correctly, we should still tell users about
the fix-it we applied since that may be the reason why it didn't work
correctly.
Differential Revision: https://reviews.llvm.org/D109908
More information about the All-commits
mailing list