forked from OSchip/llvm-project
[clangd] Expclictly set the init value of -assume-header-dir option, NFC.
llvm-svn: 324220
This commit is contained in:
parent
f9dc10cd89
commit
d86ad2e359
|
@ -41,7 +41,8 @@ static llvm::cl::opt<std::string> AssumedHeaderDir(
|
||||||
"If the absolute path cannot be determined (e.g. an "
|
"If the absolute path cannot be determined (e.g. an "
|
||||||
"in-memory VFS) then the relative path is resolved against "
|
"in-memory VFS) then the relative path is resolved against "
|
||||||
"this directory, which must be absolute. If this flag is "
|
"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 {
|
class SymbolIndexActionFactory : public tooling::FrontendActionFactory {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue