[all-commits] [llvm/llvm-project] 0fd0b7: [libc][NFC] Clean up matchers namespace
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Jun 9 23:55:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fd0b7428925bc3531d1412561c4f05038fb65d5
https://github.com/llvm/llvm-project/commit/0fd0b7428925bc3531d1412561c4f05038fb65d5
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-06-10 (Sat, 10 Jun 2023)
Changed paths:
M libc/test/UnitTest/ErrnoSetterMatcher.h
M libc/test/UnitTest/FPExceptMatcher.cpp
M libc/test/UnitTest/FPExceptMatcher.h
M libc/test/UnitTest/MemoryMatcher.cpp
M libc/test/UnitTest/MemoryMatcher.h
M libc/test/UnitTest/PrintfMatcher.cpp
M libc/test/UnitTest/PrintfMatcher.h
M libc/test/UnitTest/ScanfMatcher.cpp
M libc/test/UnitTest/ScanfMatcher.h
M libc/test/src/__support/File/file_test.cpp
M libc/test/src/stdio/fopencookie_test.cpp
M libc/test/src/time/TmMatcher.h
Log Message:
-----------
[libc][NFC] Clean up matchers namespace
This is a follow up to https://reviews.llvm.org/D152503
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D152533
More information about the All-commits
mailing list