Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/Support/IteratorTest.cpp | ||
---|---|---|
101 ↗ | (On Diff #66987) | This doesn't need to be in a test case, since none of it executes dynamically - probably just put it in a namespace (so it doesn't provide any names that might interfere with other tests) |
103 ↗ | (On Diff #66987) | Maybe worth introducing some arbitrary tag types (just random structs with helpful names like ValueType, PointerType, DifferenceType, ReferenceType) rather than using all ints - so it's clear the types aren't getting mismatched or anything? |