File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1779,7 +1779,7 @@ def note_unsatisfied_trait_reason
1779
1779
"%HasArcLifetime{has an ARC lifetime qualifier}|"
1780
1780
"%VLA{is a variably-modified type}|"
1781
1781
"%VBase{has a virtual base %1}|"
1782
- "%NotScalarOrClass{not %select{a|an array of objects of}1 scalar or "
1782
+ "%NotScalarOrClass{is not %select{a|an array of objects of}1 scalar or "
1783
1783
"class type}|"
1784
1784
"%NTRBase{has a non-trivially-relocatable base %1}|"
1785
1785
"%NTRField{has a non-trivially-relocatable member %1 of type %2}|"
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ static_assert(__builtin_is_replaceable(const volatile int));
166
166
static_assert (__builtin_is_replaceable(void ()));
167
167
// expected-error@-1 {{static assertion failed due to requirement '__builtin_is_replaceable(void ())}} \
168
168
// expected-note@-1 {{'void ()' is not replaceable}} \
169
- // expected-note@-1 {{because it not a scalar or class type}}
169
+ // expected-note@-1 {{because it is not a scalar or class type}}
170
170
171
171
struct B {
172
172
virtual ~B ();
You can’t perform that action at this time.
0 commit comments