[all-commits] [llvm/llvm-project] 7e5c48: [clang-tidy][NFC] Move avoid-underscore-in-googlet...

Carlos Galvez via All-commits all-commits at lists.llvm.org
Wed Mar 22 11:52:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e5c48b8bd9ff0ee5de3ba28c833f1225f14e44d
      https://github.com/llvm/llvm-project/commit/7e5c48b8bd9ff0ee5de3ba28c833f1225f14e44d
  Author: Carlos Galvez <carlosgalvezp at gmail.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    A clang-tools-extra/test/clang-tidy/checkers/google/avoid-underscore-in-googletest-name.cpp
    R clang-tools-extra/test/clang-tidy/checkers/readability/avoid-underscore-in-googletest-name.cpp

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

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

Differential Revision: https://reviews.llvm.org/D146653




More information about the All-commits mailing list