forked from OSchip/llvm-project
Too many warnings are being disabled too quickly. Warnings are important to keeping libc++ correct. This patch re-enables two warnings: -Wconstant-evaluated and -Wdeprecated-copy. In future, all warnings disabled for the test suite should require an attached bug. The bug should state the plan for re-enabling that warning, or a strong case why it should remain disabled. |
||
|---|---|---|
| .. | ||
| assign_value.pass.cpp | ||
| const_optional_U.pass.cpp | ||
| copy.pass.cpp | ||
| emplace.pass.cpp | ||
| emplace_initializer_list.pass.cpp | ||
| move.pass.cpp | ||
| nullopt_t.pass.cpp | ||
| optional_U.pass.cpp | ||