clang-tools
11.0.0
|
Controls how clangd understands code outside the current file. More...
#include <ConfigFragment.h>
Public Attributes | |
llvm::Optional< Located< std::string > > | Background |
Whether files are built in the background to produce a project index. More... | |
Controls how clangd understands code outside the current file.
clangd's indexes provide information about symbols that isn't available to clang's parser, such as incoming references.
Definition at line 157 of file ConfigFragment.h.
llvm::Optional<Located<std::string> > clang::clangd::config::Fragment::IndexBlock::Background |
Whether files are built in the background to produce a project index.
This is checked for translation units only, not headers they include. Legal values are "Build" or "Skip".
Definition at line 161 of file ConfigFragment.h.