Skip to content

Commit 3240186

Browse files
committed
Removed extra type trait explanation
1 parent 6d4730e commit 3240186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,8 +1767,7 @@ def note_unsatisfied_trait
17671767
: Note<"%0 is not %enum_select<TraitName>{"
17681768
"%TriviallyRelocatable{trivially relocatable}|"
17691769
"%Replaceable{replaceable}|"
1770-
"%TriviallyCopyable{trivially copyable}|"
1771-
"%Constructible{constructible with provided types}"
1770+
"%TriviallyCopyable{trivially copyable}"
17721771
"}1">;
17731772

17741773
def note_unsatisfied_trait_reason

0 commit comments

Comments
 (0)