[PATCH] D62977: [clang-tidy]: Google: new check 'google-upgrade-googletest-case'
Alex Strelnikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 13:10:20 PDT 2019
astrelni created this revision.
astrelni added reviewers: alexfh, hokein, aaron.ballman, JonasToth, EricWF.
astrelni added a project: clang-tools-extra.
Herald added subscribers: llvm-commits, cfe-commits, xazax.hun, mgorny.
Herald added projects: clang, LLVM.
Introduce a new check to upgrade user code based on API changes in Googletest.
The check finds uses of old Googletest APIs with "case" in their name and replaces them with the new APIs named with "suite".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62977
Files:
clang-tools-extra/clang-tidy/google/CMakeLists.txt
clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/google-upgrade-googletest-case.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest-typed-test.h
clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest.h
clang-tools-extra/test/clang-tidy/google-upgrade-googletest-case.cpp
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/google/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62977.203424.patch
Type: text/x-patch
Size: 78562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190606/ebec1172/attachment-0001.bin>
More information about the cfe-commits
mailing list