[all-commits] [llvm/llvm-project] 3011c7: [lldb][NFC] Make LLVMUserExpression::DoExecute ret...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Oct 29 07:38:48 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3011c7eb31c58526066841e84e7f0a6b9b733b57
https://github.com/llvm/llvm-project/commit/3011c7eb31c58526066841e84e7f0a6b9b733b57
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M lldb/source/Expression/LLVMUserExpression.cpp
Log Message:
-----------
[lldb][NFC] Make LLVMUserExpression::DoExecute return early
The giant if-else isn't conforming to LLVM code style.
More information about the All-commits
mailing list