[all-commits] [llvm/llvm-project] fdff67: [libTooling] Remove deprecated Clang Transformer d...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Mon Nov 30 12:16:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdff677a955730b3e85b870ff1b30d7f8ea5719c
https://github.com/llvm/llvm-project/commit/fdff677a955730b3e85b870ff1b30d7f8ea5719c
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
M clang/include/clang/Tooling/Transformer/RangeSelector.h
M clang/include/clang/Tooling/Transformer/RewriteRule.h
M clang/lib/Tooling/Transformer/RewriteRule.cpp
M clang/unittests/Tooling/TransformerTest.cpp
Log Message:
-----------
[libTooling] Remove deprecated Clang Transformer declarations
A number of declarations were leftover after the move from `clang::tooling` to
`clang::transformer`. This patch removes those declarations and upgrades the
handful of references to the deprecated declarations.
Differential Revision: https://reviews.llvm.org/D92340
More information about the All-commits
mailing list