[all-commits] [llvm/llvm-project] d017d1: [lldb][NFC] Cleanup IRForTarget member initializers
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue May 18 01:49:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d017d12f126ee9045f58f9300078d805e3bcc763
https://github.com/llvm/llvm-project/commit/d017d12f126ee9045f58f9300078d805e3bcc763
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
Log Message:
-----------
[lldb][NFC] Cleanup IRForTarget member initializers
Note that the FunctionCallee members aren't pointer, so the nullptr was just
an alternative way to call the default constructor.
More information about the All-commits
mailing list