| Issue | 55450 |
|---|---|
| Summary | Missing diagnostics "warning: type qualifiers ignored on function return type" |
| Labels | |
| Assignees | |
| Reporter | pmor13 |
```
typedef const int T;
T f(void);
```
```
$ clang -c -std=c11 -pedantic -Wall -Wextra
<nothing>
```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
