This is a bit of cleanup before working on logging via stream operator (i.e., EXPECT_XXX() << ...).
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
LGTM but one comment since you are here anyway.
libc/test/UnitTest/FPMatcher.h | ||
---|---|---|
22–23 | Instead of this, I think we can get rid of the fputil namespace which is mostly a legacy remnant. |
libc/test/UnitTest/FPMatcher.h | ||
---|---|---|
22–23 |
AFAICT this means removing the fputil namespace everywhere correct? If so I will probably do this in a separate patch as it's quite big. |
libc/test/UnitTest/FPMatcher.h | ||
---|---|---|
22–23 | I meant only in the test related components. You can do it separately. |
libc/test/UnitTest/FPMatcher.h | ||
---|---|---|
22–23 | 👍 |
Instead of this, I think we can get rid of the fputil namespace which is mostly a legacy remnant.