forked from OSchip/llvm-project
![]() Tests that require support for Clang-verify are already marked as such explicitly by their extension, which is .verify.cpp. Requiring the use of an explicit Lit feature is, after thought, not really helpful. This is a change in design: we have been bitten in the past by tests not being enabled when we thought they were. However, the issue was mostly with file extensions being ignored. The fix for that is not to blindly require explicit features all the time, but instead to report all files that are in the suite but that don't match any known test format. This can be implemented in a follow-up patch. |
||
---|---|---|
.. | ||
iterator.container | ||
iterator.primitives | ||
iterator.range | ||
iterator.requirements | ||
iterator.synopsis | ||
iterators.general | ||
predef.iterators | ||
stream.iterators |