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 |
||
|---|---|---|
| .. | ||
| U.pass.cpp | ||
| const_T.pass.cpp | ||
| const_optional_U.pass.cpp | ||
| copy.pass.cpp | ||
| ctor.fail.cpp | ||
| deduct.fail.cpp | ||
| deduct.pass.cpp | ||
| default.pass.cpp | ||
| empty_in_place_t_does_not_clobber.pass.cpp | ||
| explicit_const_optional_U.pass.cpp | ||
| explicit_optional_U.pass.cpp | ||
| in_place_t.pass.cpp | ||
| initializer_list.pass.cpp | ||
| move.fail.cpp | ||
| move.pass.cpp | ||
| nullopt_t.pass.cpp | ||
| optional_U.pass.cpp | ||
| rvalue_T.pass.cpp | ||