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 |
||
|---|---|---|
| .. | ||
| tuple.include.array.pass.cpp | ||
| tuple.include.ranges.pass.cpp | ||
| tuple.include.utility.pass.cpp | ||
| tuple_element.fail.cpp | ||
| tuple_element.pass.cpp | ||
| tuple_size.fail.cpp | ||
| tuple_size.pass.cpp | ||
| tuple_size_incomplete.fail.cpp | ||
| tuple_size_incomplete.pass.cpp | ||
| tuple_size_structured_bindings.pass.cpp | ||
| tuple_size_v.fail.cpp | ||
| tuple_size_v.pass.cpp | ||
| tuple_size_value_sfinae.pass.cpp | ||