[all-commits] [llvm/llvm-project] 5ca168: [FileCheck, test] Rename checkWildcardRegexCharMat...

RoboTux via All-commits all-commits at lists.llvm.org
Thu Apr 8 13:58:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ca168b0321136930fc4f1b6ba858996963a24c2
      https://github.com/llvm/llvm-project/commit/5ca168b0321136930fc4f1b6ba858996963a24c2
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M llvm/unittests/FileCheck/FileCheckTest.cpp

  Log Message:
  -----------
  [FileCheck, test] Rename checkWildcardRegexCharMatchFailure

Proposed edit https://reviews.llvm.org/D97845#inline-922769 in D97845
suggests the checkWildcardRegexCharMatchFailure function name is
misleading because it is not clear it checks for a match failure on each
character in the string parameter. This commit renames it to an
hopefully clearer name.

Reviewed By: jdenny

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




More information about the All-commits mailing list