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/ToolExecutorPluginRegistry.h | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'include/clang/Tooling/ToolExecutorPluginRegistry.h')
| -rw-r--r-- | include/clang/Tooling/ToolExecutorPluginRegistry.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/clang/Tooling/ToolExecutorPluginRegistry.h b/include/clang/Tooling/ToolExecutorPluginRegistry.h index 11ba89546e9e..921689dff86f 100644 --- a/include/clang/Tooling/ToolExecutorPluginRegistry.h +++ b/include/clang/Tooling/ToolExecutorPluginRegistry.h @@ -1,4 +1,4 @@ -//===--- ToolExecutorPluginRegistry.h - -------------------------*- C++ -*-===// +//===- ToolExecutorPluginRegistry.h -----------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -16,9 +16,9 @@ namespace clang { namespace tooling { -typedef llvm::Registry<ToolExecutorPlugin> ToolExecutorPluginRegistry; +using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>; -} // end namespace tooling -} // end namespace clang +} // namespace tooling +} // namespace clang #endif // LLVM_CLANG_TOOLING_TOOLEXECUTORPLUGINREGISTRY_H |
