Issue 136373
Summary Placeholder used in parameter name should conflict with placeholder used for automatic variable
Labels
Assignees cor3ntin
Reporter shafik
    Given [CWG3005](http://wg21.link/cwg3005) we should reject the following:

```cpp
void f(int _) {
    int _; // error
}
```

godbolt: https://godbolt.org/z/1fa4njchc
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to