[all-commits] [llvm/llvm-project] 502a06: [lldb] Make TestExprDiagnostics.py pass again afte...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Mar 30 04:52:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 502a06fcdafa637a9890da16c2734bc1a36010f6
https://github.com/llvm/llvm-project/commit/502a06fcdafa637a9890da16c2734bc1a36010f6
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
Log Message:
-----------
[lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test
Commit 83c81c0a469482888482983c302c09c02680ae7c enabled Fix-Its for top-level
expressions which change the error message of this test here as Clang comes
up with a strange Fix-It for this expression. This patch just changes the
test to declare a void variable so that Clang doesn't see a way to
recover with a Fix-It and change the error message.
More information about the All-commits
mailing list