[all-commits] [llvm/llvm-project] f6b66c: [llvm][Testing/ADT] Implement `IsStringMapEntry` t...
weiyi via All-commits
all-commits at lists.llvm.org
Thu Sep 1 10:31:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6b66cbc7df17c12ea2e5819705caf4e9e88747e
https://github.com/llvm/llvm-project/commit/f6b66cbc7df17c12ea2e5819705caf4e9e88747e
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M llvm/include/llvm/ADT/StringMapEntry.h
M llvm/include/llvm/Testing/ADT/StringMapEntry.h
M llvm/unittests/Testing/ADT/CMakeLists.txt
A llvm/unittests/Testing/ADT/StringMapEntryTest.cpp
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[llvm][Testing/ADT] Implement `IsStringMapEntry` testing matcher for verifying the entries in a `StringMap`.
Reviewed By: gribozavr2, ymandel, sgatev
Differential Revision: https://reviews.llvm.org/D132753
More information about the All-commits
mailing list