summaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Transformer/Stencil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Tooling/Transformer/Stencil.h')
-rw-r--r--include/clang/Tooling/Transformer/Stencil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/clang/Tooling/Transformer/Stencil.h b/include/clang/Tooling/Transformer/Stencil.h
index feb3ac8853..66d1388f97 100644
--- a/include/clang/Tooling/Transformer/Stencil.h
+++ b/include/clang/Tooling/Transformer/Stencil.h
@@ -195,9 +195,11 @@ StencilPart dPrint(llvm::StringRef Id);
} // namespace transformer
namespace tooling {
-namespace stencil {
// DEPRECATED: These are temporary aliases supporting client migration to the
// `transformer` namespace.
+using Stencil = transformer::Stencil;
+using StencilPart = transformer::StencilPart;
+namespace stencil {
using transformer::access;
using transformer::addressOf;
using transformer::cat;