summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2018-09-27 07:11:58 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2018-09-27 07:11:58 +0000
commite40db05b27750d40a61d7b9d8be8d18b23218941 (patch)
treec78d70def4941cac312d233c5409899c22fa773b /lldb/source/Core/ModuleList.cpp
parent041e68fe1e00ba949deb36f6f9da893a83dbc7fe (diff)
downloadbcm5719-llvm-e40db05b27750d40a61d7b9d8be8d18b23218941.tar.gz
bcm5719-llvm-e40db05b27750d40a61d7b9d8be8d18b23218941.zip
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Differential Revision: https://reviews.llvm.org/D52572 llvm-svn: 343181
Diffstat (limited to 'lldb/source/Core/ModuleList.cpp')
-rw-r--r--lldb/source/Core/ModuleList.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Core/ModuleList.cpp b/lldb/source/Core/ModuleList.cpp
index 090864b287a..81c9c4a3f03 100644
--- a/lldb/source/Core/ModuleList.cpp
+++ b/lldb/source/Core/ModuleList.cpp
@@ -74,8 +74,7 @@ static constexpr PropertyDefinition g_properties[] = {
"the UUID of the executable."},
{"clang-modules-cache-path", OptionValue::eTypeFileSpec, true, 0, nullptr,
{},
- "The path to the clang modules cache directory (-fmodules-cache-path)."},
- {nullptr, OptionValue::eTypeInvalid, false, 0, nullptr, {}, nullptr}};
+ "The path to the clang modules cache directory (-fmodules-cache-path)."}};
enum { ePropertyEnableExternalLookup, ePropertyClangModulesCachePath };
OpenPOWER on IntegriCloud