10 #ifndef LLVM_CLANG_FRONTEND_FRONTENDPLUGINREGISTRY_H
11 #define LLVM_CLANG_FRONTEND_FRONTENDPLUGINREGISTRY_H
14 #include "llvm/Support/Registry.h"
17 extern template class llvm::Registry<clang::PluginASTAction>;
llvm::Registry< PluginASTAction > FrontendPluginRegistry
The frontend plugin registry.
Defines the clang::FrontendAction interface and various convenience abstract classes (clang::ASTFront...