[all-commits] [llvm/llvm-project] 03310c: [lldb][NFC] Give CompilerType's IsArrayType/IsVect...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 23 02:16:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03310c1e952d0bf7aa84b8ed06809aa7ea1deb9b
https://github.com/llvm/llvm-project/commit/03310c1e952d0bf7aa84b8ed06809aa7ea1deb9b
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/DataFormatters/VectorType.cpp
M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
M lldb/source/Symbol/CompilerType.cpp
Log Message:
-----------
[lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values
We already do this for most functions that have out-parameters, so let's do
the same here and avoid all the `nullptr, nullptr, nullptr` in every call.
More information about the All-commits
mailing list