summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy]: Google: new check 'google-upgrade-googletest-case'Eric Fiselier2019-07-291-0/+40
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". Patch by Alex Strelnikov (strel@google.com) Reviewed as D62977. llvm-svn: 367263
OpenPOWER on IntegriCloud