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. |
||
|---|---|---|
| .. | ||
| optional.object.assign | ||
| optional.object.ctor | ||
| optional.object.dtor | ||
| optional.object.mod | ||
| optional.object.observe | ||
| optional.object.swap | ||
| optional_requires_destructible_object.fail.cpp | ||
| special_members.pass.cpp | ||
| triviality.pass.cpp | ||
| types.pass.cpp | ||