[PATCH] D146653: [clang-tidy][NFC] Move avoid-underscore-in-googletest-name to google folder

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 22 11:39:07 PDT 2023


carlosgalvezp created this revision.
Herald added subscribers: PiotrZSL, xazax.hun.
Herald added a project: All.
carlosgalvezp requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

Since the check belongs to the google module, it makes sense
that the corresponding test also belongs to the google module.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146653

Files:
  clang-tools-extra/test/clang-tidy/checkers/google/avoid-underscore-in-googletest-name.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability/avoid-underscore-in-googletest-name.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146653.507448.patch
Type: text/x-patch
Size: 10015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230322/9ddf87f0/attachment.bin>


More information about the cfe-commits mailing list