[all-commits] [llvm/llvm-project] 7177c5: [lldb][NFC] Use ArrayRef in TypeSystemClang::SetFu...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Jul 12 06:39:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7177c5951ab4fefcd8986a7808d895ffeeace037
https://github.com/llvm/llvm-project/commit/7177c5951ab4fefcd8986a7808d895ffeeace037
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
Log Message:
-----------
[lldb][NFC] Use ArrayRef in TypeSystemClang::SetFunctionParameters
The implementation converts the pointer/size pair anyway back to ArrayRef.
More information about the All-commits
mailing list