Make helper function static. NFC.

llvm-svn: 319022
This commit is contained in:
Benjamin Kramer 2017-11-27 12:48:26 +00:00
parent 9332714361
commit 2d4f142726
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ CodeActionParams::parse(llvm::yaml::MappingNode *Params,
return Result;
}
llvm::Optional<std::map<std::string, std::vector<TextEdit>>>
static llvm::Optional<std::map<std::string, std::vector<TextEdit>>>
parseWorkspaceEditChange(llvm::yaml::MappingNode *Params,
clangd::Logger &Logger) {
std::map<std::string, std::vector<TextEdit>> Result;