This patch rewords the static assert diagnostic output. Failing a _Static_assert in C should not report that static_assert failed. This changes the wording to be more like GCC and uses "static assertion" when possible instead of hard coding the name. This also changes some instances of 'static_assert' to instead be based on the token in the source code. Differential Revision: https://reviews.llvm.org/D129048 |
||
|---|---|---|
| .. | ||
| alloc.pass.cpp | ||
| assign_initializer_list.pass.cpp | ||
| compare.pass.cpp | ||
| compare_alloc.pass.cpp | ||
| compare_copy_constructible.compile.fail.cpp | ||
| copy.pass.cpp | ||
| copy_alloc.pass.cpp | ||
| copy_assign.addressof.compile.pass.cpp | ||
| copy_assign.pass.cpp | ||
| deduct.fail.cpp | ||
| deduct.pass.cpp | ||
| deduct_const.pass.cpp | ||
| default.pass.cpp | ||
| default_noexcept.pass.cpp | ||
| default_recursive.pass.cpp | ||
| dtor_noexcept.pass.cpp | ||
| initializer_list.pass.cpp | ||
| initializer_list_compare.pass.cpp | ||
| initializer_list_compare_alloc.pass.cpp | ||
| iter_iter.pass.cpp | ||
| iter_iter_comp.pass.cpp | ||
| iter_iter_comp_alloc.pass.cpp | ||
| move.pass.cpp | ||
| move_alloc.pass.cpp | ||
| move_assign.pass.cpp | ||
| move_assign_noexcept.pass.cpp | ||
| move_noexcept.pass.cpp | ||