[all-commits] [llvm/llvm-project] 232ef3: [lldb/CommandInterpreter] Fix typo in CommandInter...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri May 1 12:07:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 232ef38713b984cc84d2a009e83c1b044f0c06d3
https://github.com/llvm/llvm-project/commit/232ef38713b984cc84d2a009e83c1b044f0c06d3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandInterpreter.h
M lldb/source/Interpreter/CommandInterpreter.cpp
Log Message:
-----------
[lldb/CommandInterpreter] Fix typo in CommandInterpreterResult::IsResult
A missing `=` turned a comparison into an assignment.
More information about the All-commits
mailing list