diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
| commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
| tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /include/clang/Tooling/CompilationDatabasePluginRegistry.h | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'include/clang/Tooling/CompilationDatabasePluginRegistry.h')
| -rw-r--r-- | include/clang/Tooling/CompilationDatabasePluginRegistry.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/clang/Tooling/CompilationDatabasePluginRegistry.h b/include/clang/Tooling/CompilationDatabasePluginRegistry.h index 7323ec897403..051a08e2a91e 100644 --- a/include/clang/Tooling/CompilationDatabasePluginRegistry.h +++ b/include/clang/Tooling/CompilationDatabasePluginRegistry.h @@ -1,4 +1,4 @@ -//===--- CompilationDatabasePluginRegistry.h - ------------------*- C++ -*-===// +//===- CompilationDatabasePluginRegistry.h ----------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -16,12 +16,10 @@ namespace clang { namespace tooling { -class CompilationDatabasePlugin; +using CompilationDatabasePluginRegistry = + llvm::Registry<CompilationDatabasePlugin>; -typedef llvm::Registry<CompilationDatabasePlugin> - CompilationDatabasePluginRegistry; +} // namespace tooling +} // namespace clang -} // end namespace tooling -} // end namespace clang - -#endif +#endif // LLVM_CLANG_TOOLING_COMPILATIONDATABASEPLUGINREGISTRY_H |
