Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/unittests/Support/FileCheckTest.cpp | ||
|---|---|---|
| 487–488 | Maybe also test numbers which would have the same representation when cast to unsigned, e.g. UINT64_MAX and -1 | |
Paths
| Differential D81094
[FileCheck] Implement equality operators for ExpressionValue. ClosedPublic Authored by paulwalker-arm on Jun 3 2020, 7:21 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jun 4 2020, 1:14 AM Closed by commit rGed9df8621a85: [FileCheck] Implement equality operators for ExpressionValue. (authored by paulwalker-arm). · Explain WhyJun 4 2020, 4:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268425 llvm/lib/Support/FileCheckImpl.h
llvm/unittests/Support/FileCheckTest.cpp
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Maybe also test numbers which would have the same representation when cast to unsigned, e.g.
UINT64_MAX and -1