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 |
||
|---|---|---|
| .. | ||
| multimap.cons | ||
| multimap.erasure | ||
| multimap.modifiers | ||
| multimap.nonmember | ||
| multimap.observers | ||
| multimap.ops | ||
| multimap.special | ||
| multimap.value_compare | ||
| allocator_mismatch.compile.fail.cpp | ||
| empty.pass.cpp | ||
| empty.verify.cpp | ||
| get_allocator.pass.cpp | ||
| incomplete_type.pass.cpp | ||
| iterator.pass.cpp | ||
| iterator_concept_conformance.compile.pass.cpp | ||
| max_size.pass.cpp | ||
| range_concept_conformance.compile.pass.cpp | ||
| scary.pass.cpp | ||
| size.pass.cpp | ||
| types.pass.cpp | ||