[clangd] Expclictly set the init value of -assume-header-dir option, NFC.

llvm-svn: 324220
This commit is contained in:
Haojian Wu 2018-02-05 10:14:16 +00:00
parent f9dc10cd89
commit d86ad2e359
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ static llvm::cl::opt<std::string> AssumedHeaderDir(
"If the absolute path cannot be determined (e.g. an "
"in-memory VFS) then the relative path is resolved against "
"this directory, which must be absolute. If this flag is "
"not given, such headers will have relative paths."));
"not given, such headers will have relative paths."),
llvm::cl::init(""));
class SymbolIndexActionFactory : public tooling::FrontendActionFactory {
public: