llvm-project/clang/test/CXX/dcl.dcl
Nick Desaulniers d238b60285 [Clang][DiagnosticSemaKinds] combine diagnostic texts
The diagnostic texts for warning on attributes that don't appear on the
initial declaration is generally useful.  We'd like to re-use it in
D106030, but first let's combine two that already are very similar so we
may re-use it a third time in that commit.

Also, fix a few places that were using notePreviousDefinition to point
to declarations, to instead use diag::note_previous_declaration.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D107613
2021-08-06 13:58:21 -07:00
..
basic.namespace [clang] p1099 using enum part 1 2021-06-08 04:40:42 -07:00
dcl.attr [Clang][DiagnosticSemaKinds] combine diagnostic texts 2021-08-06 13:58:21 -07:00
dcl.enum
dcl.link
dcl.spec [clang] Implement P2266 Simpler implicit move 2021-06-18 17:08:59 +02:00
p4-0x.cpp