[FileCheck, test] Rename checkWildcardRegexCharMatchFailure
authorThomas Preud'homme <thomasp@graphcore.ai>
Wed, 10 Mar 2021 13:53:40 +0000 (13:53 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Thu, 8 Apr 2021 20:57:55 +0000 (21:57 +0100)
commit5ca168b0321136930fc4f1b6ba858996963a24c2
treef3d82c94271af9c7b36402527093d9ad7477eb99
parent4fae63c612a7b6c4a777224f53edddb9c9c0b810
[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
llvm/unittests/FileCheck/FileCheckTest.cpp