We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb6738 commit eafc7eeCopy full SHA for eafc7ee
clang/test/CXX/drs/cwg30xx.cpp
@@ -13,7 +13,7 @@ void f(
13
int _, // #cwg3005-first-param
14
int _)
15
// expected-error@-1 {{redefinition of parameter '_'}}
16
- // expected-note@#cwg3005-first-param {{previous declaration is here}}
+ // expected-note@#cwg3005-first-param {{previous definition is here}}
17
{
18
int _;
19
// expected-error@-1 {{redefinition of '_'}}
0 commit comments