mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
Make Apropos functions accept StringRefs.
llvm-svn: 287157
This commit is contained in:
@@ -73,7 +73,7 @@ Error Properties::DumpPropertyValue(const ExecutionContext *exe_ctx,
|
||||
}
|
||||
|
||||
size_t
|
||||
Properties::Apropos(const char *keyword,
|
||||
Properties::Apropos(llvm::StringRef keyword,
|
||||
std::vector<const Property *> &matching_properties) const {
|
||||
OptionValuePropertiesSP properties_sp(GetValueProperties());
|
||||
if (properties_sp) {
|
||||
|
||||
Reference in New Issue
Block a user