[all-commits] [llvm/llvm-project] b08d35: [clang-tidy] Ignore DISABLED_ in test suite name i...

Carlos Galvez via All-commits all-commits at lists.llvm.org
Thu Mar 23 01:31:31 PDT 2023


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

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

  Log Message:
  -----------
  [clang-tidy] Ignore DISABLED_ in test suite name in google-avoid-underscore-in-googletest-name

Test suite name can also be disabled with DISABLED_, not just
the test case name.

Fix also broken link in the test that refers to the explanation
as to why underscores may not be used.

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




More information about the All-commits mailing list