[all-commits] [llvm/llvm-project] f957b8: [clang-tidy][NFC] Improve naming convention in goo...

Carlos Galvez via All-commits all-commits at lists.llvm.org
Fri Mar 24 00:22:46 PDT 2023


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

  Changed paths:
    M clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    M clang-tools-extra/docs/clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name.rst
    M clang-tools-extra/test/clang-tidy/checkers/google/avoid-underscore-in-googletest-name.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] Improve naming convention in google-readability-avoid-underscore-in-googletest-name

According to the Google docs, the convention is
TEST(TestSuiteName, TestName). Apply that convention to the
source code, test and documentation of the check.

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




More information about the All-commits mailing list