9#ifndef LLVM_CLANG_TOOLING_COMPILATIONDATABASEPLUGINREGISTRY_H
10#define LLVM_CLANG_TOOLING_COMPILATIONDATABASEPLUGINREGISTRY_H
14#include "llvm/Support/Registry.h"
36 virtual std::unique_ptr<CompilationDatabase>
41 llvm::Registry<CompilationDatabasePlugin>;
47extern template class CLANG_TEMPLATE_ABI
48 Registry<clang::tooling::CompilationDatabasePlugin>;
The JSON file list parser is used to communicate input to InstallAPI.
Diagnostic wrappers for TextAPI types for error reporting.