summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorYitzhak Mandelbaum <yitzhakm@google.com>2019-10-16 14:26:20 +0000
committerYitzhak Mandelbaum <yitzhakm@google.com>2019-10-16 14:26:20 +0000
commit9db088e09ee7d5574b0fb4086d9258e9fb062c42 (patch)
treefcd6d6e4da30e94b9f819ad0bfb7863524543a08 /unittests
parentd87cdd38be750b613bb8c68174e4eaca23a6084a (diff)
downloadclang-9db088e09ee7d5574b0fb4086d9258e9fb062c42.tar.gz
[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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Tooling/TransformerTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Tooling/TransformerTest.cpp b/unittests/Tooling/TransformerTest.cpp
index c42976a71c..ee05b74c1a 100644
--- a/unittests/Tooling/TransformerTest.cpp
+++ b/unittests/Tooling/TransformerTest.cpp
@@ -21,7 +21,6 @@ using namespace ast_matchers;
namespace {
using ::testing::IsEmpty;
using transformer::RewriteRule;
-using transformer::text;
constexpr char KHeaderContents[] = R"cc(
struct string {