#include "CompileCommands.h"
#include "Function.h"
#include "Path.h"
#include "clang/Tooling/ArgumentsAdjusters.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include <memory>
#include <mutex>
#include <vector>
Go to the source code of this file.
|
std::unique_ptr< GlobalCompilationDatabase > | clang::clangd::getQueryDriverDatabase (llvm::ArrayRef< std::string > QueryDriverGlobs, std::unique_ptr< GlobalCompilationDatabase > Base) |
| Extracts system include search path from drivers matching QueryDriverGlobs and adds them to the compile flags. More...
|
|