]> granicus.if.org Git - clang/commit
[libTooling] Fix r374962: add more Transformer forwarding decls.
authorYitzhak Mandelbaum <yitzhakm@google.com>
Wed, 16 Oct 2019 14:26:20 +0000 (14:26 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Wed, 16 Oct 2019 14:26:20 +0000 (14:26 +0000)
commit9db088e09ee7d5574b0fb4086d9258e9fb062c42
treefcd6d6e4da30e94b9f819ad0bfb7863524543a08
parentd87cdd38be750b613bb8c68174e4eaca23a6084a
[libTooling] Fix r374962: add more Transformer forwarding decls.

Summary:
The move to a new, single namespace in r374962 left out some type definitions
from the old namespace and resulted in one naming conflict (`text`).  This
revision adds aliases for those definitions and removes one of the `text`
functions from the new namespace.

Reviewers: alexfh

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69036

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375003 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Transformer/RangeSelector.h
include/clang/Tooling/Transformer/RewriteRule.h
include/clang/Tooling/Transformer/Stencil.h
unittests/Tooling/TransformerTest.cpp