Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30981 Build 30980: arc lint + arc unit
Event Timeline
llvm/include/llvm/Testing/Support/SupportHelpers.h | ||
---|---|---|
110 | AFAICS from other helpers, ValueIsMatcher should go in llvm::detail, and ValueIs should go in llvm. unittest::getInputFileDirectory() reads well, but unittest::ValueIs(...) really doesn't... | |
130 | is this actually necessary? I think it's already going to print the value, which is always "None" - I'm not sure "None, which does not have a value" is clearer. | |
154 | it's a shame the name HasValue is taken, as I think it would much more clearly communicate "has a value *and* the value is...". |
it's a shame the name HasValue is taken, as I think it would much more clearly communicate "has a value *and* the value is...".