[all-commits] [llvm/llvm-project] 9eb228: [clang-tidy] Update uses of deprecated Transformer...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Tue Jan 5 08:50:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9eb2284f60391eca246f12398d247fc1555d6bf5
https://github.com/llvm/llvm-project/commit/9eb2284f60391eca246f12398d247fc1555d6bf5
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
Log Message:
-----------
[clang-tidy] Update uses of deprecated Transformer APIs in StringFindStrContainsCheck.
Migrates `change` to `changeTo`; changes to new constructor API (2-arg construct
+ `setRule`); refactors use of `addInclude` to newer version.
Differential Revision: https://reviews.llvm.org/D93695
More information about the All-commits
mailing list